Menu

#147 Assigned to dropdown in edit Task has bad user value

V 2.5rc 2
closed-out-of-date
nobody
5
2010-04-01
2004-12-16
No

In the edit task form, the drop down list for the Assigned To: field
has a value of " / " that appears after "Unassigned" in the list.
Note that the edit projects form displays this list correctly.

Discussion

  • David L. Hallman

    Logged In: YES
    user_id=1179818

    this can be fixed by editing line #593 of tasks/edittasks.php as follows:

    OLD: for ($i=0;$i<$comptAssignto;$i++) {

    NEW: for ($i=1;$i<$comptAssignto;$i++) {

     
  • David L. Hallman

    Logged In: YES
    user_id=1179818

    The same problem is in subtasks/editsubtask.php - around line #394.
    The same fix applies to this line.

     
  • Mindblender

    Mindblender - 2010-04-01

    v2.4 no longer supported. Please reopen issue if it still exists in v2.5.

     
  • Mindblender

    Mindblender - 2010-04-01
    • status: open --> open-out-of-date
     
  • Mindblender

    Mindblender - 2010-04-01
    • status: open-out-of-date --> closed-out-of-date
     

Log in to post a comment.