Skip to content

Added option to remove issue assignee on project issue page and issue ed...

Created by: jasonblanchard

This adds an 'Unassigned' option to the assignee drop down menu on the issue page and edit issue page so that users can remove an assignee from the issue.

screen shot 2014-03-02 at 1 08 40 pm

The implementation inserts a null user into the users select list with an empty ID. Selecting this user sets the issue assignee to nil.

Merge request reports