2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

Outdent Row - behavior not quite right #47

Closed 2bitcoder closed 9 years ago

2bitcoder commented 9 years ago

When [outdent] a child,

rule 1: if the outdent child has other children below (upto the next group) then the outdent child now becomes a parent (group) for the children directly below.

rule 2: if the outdent child has no children below, then it is not a group (simply a task with no children)

row position should stay the same