View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000488 | v2.4 Release (Closed) | [All Projects] General | public | 2010-06-14 09:36 | 2011-08-16 23:48 | ||||
Reporter | opto | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 2.4 | |||||||
Summary | 0000488: task ordering | ||||||||
Description | if you want 'So if you have two tasks starting at the same time, the first one to end is listed first. ' (see http://web2project.net/forums/viewtopic.php?p=5694#5694 ) one needs to add the default, as in $task_sort_item1 = w2PgetParam($_GET, 'task_sort_item1', 'task_start_date'); $task_sort_type1 = w2PgetParam($_GET, 'task_sort_type1', ''); $task_sort_item2 = w2PgetParam($_GET, 'task_sort_item2', 'task_end_date'); $task_sort_type2 = w2PgetParam($_GET, 'task_sort_type2', ''); in tasks.php. Didn't test whether this might break any other view. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-06-14 09:36 | opto | New Issue | |
2011-08-15 20:28 | caseydk | Project | Pending Requests => v2.4 Release (Closed) |
2011-08-15 20:38 | caseydk | Note Added: 0002150 | |
2011-08-15 20:38 | caseydk | Status | new => resolved |
2011-08-15 20:38 | caseydk | Resolution | open => fixed |
2011-08-15 20:38 | caseydk | Assigned To | => caseydk |
2011-08-16 23:48 | caseydk | Status | resolved => closed |
2011-08-16 23:48 | caseydk | Fixed in Version | => 2.4 |