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.
The implementation inserts a null user into the users select list with an empty ID. Selecting this user sets the issue assignee to nil
.