Comment 0 for bug 494219

Revision history for this message
Markus Korn (thekorn) wrote : Trying to assign a task to a user when not logged in does not redirect to login page

If a user is not logged in and clicks in the 'Assigned to' field of a task, the AJAX widget pops-up and let the user search for an assignee,
 * selecting a user there results in an error """ Unauthorized (, 'transitionToAssignee', 'launchpad.Edit') """
 * selecting 'Assign me' closes the popup but let the progress throbber spin forever

Trying to assign a person to a task when not logged in should have the same behavior than the 'Status' field, it should just redirect to login.