Files
gitlabhq/app/assets/javascripts
Jacob Schatz e27de52607 Merge branch 'issuable-sidebar-dropdown-deselect-fix' into 'master'
Fixed issue with de-selecting dropdown option in issue sidebar

## What does this MR do?

When de-selecting either an assignee or milestone, we try to send `undefined` which jQuery removes from the request causing a routing error. Instead this MR sends `null` which jQuery still sends and then correctly removes either the milestone or assignee. 

## What are the relevant issue numbers?

Closes #18641 

## Screenshots (if relevant)

![assignee](/uploads/6eaca416fb6e31eabf4c038967160c07/assignee.gif)

## Does this MR meet the acceptance criteria?

- [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- [ ] Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !4671
2016-06-15 14:59:02 +00:00
..
2016-05-20 15:58:36 -05:00
2016-06-07 15:27:30 -06:00
2016-06-15 15:14:53 +03:00
2016-06-01 19:42:49 -06:00
2016-05-20 15:58:36 -05:00
2016-03-20 10:58:59 -07:00
2016-06-10 01:56:41 +03:00
2016-04-21 00:20:13 +00:00
2016-04-06 11:08:40 +01:00
2016-06-05 16:15:51 -04:00
2016-06-03 17:14:23 -05:00
2016-04-14 10:28:05 +01:00
2014-12-30 11:46:48 +02:00
2016-04-18 13:45:26 +01:00
2016-03-10 13:54:54 +00:00
2016-06-06 11:59:49 -05:00
2016-06-14 17:53:26 +01:00
2014-09-01 11:49:17 +02:00
2016-03-10 13:55:01 +01:00
2016-04-26 09:03:04 +01:00
2016-06-09 17:19:14 +01:00
2015-10-06 11:43:32 +03:00
2016-03-03 13:09:58 +01:00