#186 - Assignment Errors
Type Defect
Status Fixed
Milestone 2.1
Version -
Component -
Priority Normal
Severity Critical
Owner Marcus
Assigned to -
Reported 13 years ago
Updated 10 years ago
Votes 0
Related tickets
Proposed time
Worked time

You can not select a user to assign to, list is empty. However, there are 2 blank options, and if you select the 2nd option you get an error: Database Error

1366: Incorrect integer value: '' for column 'assigned_to' at row 1

Ticket History

Jack closed as Invalid 13 years and 4 months ago

In order for users to be displayed in the Assign to field, you have to set them as a manager in the AdminCP.

marcus reopened as Reopened 13 years and 4 months ago

OK, but this should still be more graceful.

Right now it shows @<option value="0"></option> <option value=""></option>@ When there is no manager set, and selecting the 2nd option causes the above mysql error. Only the option of value="0" should exist.

Jack closed as Fixed 13 years and 4 months ago

Fixed, projects now require at least one manager.