Skip to content

Fixed issue with de-selecting dropdown option in issue sidebar

Phil Hughes requested to merge issuable-sidebar-dropdown-deselect-fix into master

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 (closed)

Screenshots (if relevant)

assignee

Does this MR meet the acceptance criteria?

Merge request reports