Project Planner for OSX

Project Planner for OSX - OSX version of Project Planner and Project Planner HD
Tasklist

FS#165 - Hierarchical structure not working correctly

Attached to Project: Project Planner for OSX
Opened by Dennis Bieling (rince) - Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /home/users/peritum/public_html/tracker/includes/class.tpl.php on line 594 Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /home/users/peritum/public_html/tracker/includes/class.tpl.php on line 613 Monday, 27 July 2015, 14:35 GMT+2
Task Type Bug Report
Category Backend / Core
Status Assigned
Assigned To Tomasz Wojtkowiak (TomekW)
Operating System All
Severity Low
Priority Normal
Reported Version 1.5.0
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

If you want to group task groups in task groups, only the first item will be placed correctly (using left/right button).

Desired Structure:

MainTaskGroup
TaskGroup1
Task1
Task2
TaskGroup2
Task3
Task4
TaskGroup3
Task5
Task6

Issue:

If you have the following structure:

MainTaskGroup
TaskGroup1
Task1
Task2
TaskGroup2
Task3
Task4

And you select TaskGroup1 and hit the "right" button, it will move under the MainTaskGroup resting in:
MainTaskGroup
TaskGroup1
Task1
Task2
TaskGroup2
Task3
Task4

When you try to select TaskGroup2 and hit the "right" button, nothing happens.

Workaround:
Move TaskGroup1 under MainTaskGroup, move TaskGroup2 before TaskGroup1 and hit the right button, then the structure is:
MainTaskGroup
TaskGroup2
Task3
Task4
TaskGroup1
Task1
Task2

When I now try to move the TaskGroup2 back down, it will snap in the TaskGroup1 resulting in:
MainTaskGroup
TaskGroup1
Task1
Task2
TaskGroup2
Task3
Task4

From where I can not move it back one step, only back to the root level.
This task depends upon

Loading...