Skip to content

Make sure issue assignee is properly reset.

Douwe Maan requested to merge unset-assignee into master

Previously, when the assignee was reset via the sidebar or bulk edit, assignee_id was set to -1 rather than null, which caused the two issues shown below:

Screen_Shot_2015-03-24_at_16.52.13

  • A "(deleted)" participant
  • An empty selectbox in the sidebar, instead of "Select assignee"

Merge request reports