Vote #74081
未完了Gantt sorting as a configurable setting
0%
説明
As of 2.4.0 the issues in the Gantt will be sorted by start date instead of lft/rgt (implementation of #7335).
In my opinion - as an extension of that - it would be very helpful if there was an option in the Redmine settings where the user/admin can configure which kind of sorting shall be used to display the issues in the Gantt (either by lft/rgt or by start date).
May it be possible to implement that?
journals
One reason why we should not disable the sorting by lft/rgt is that some day we could extend Redmine by a manual sorting functionality based on the lft/rgt values (the awesome nested sets already offer the "move_left" and "move_right" methods which could be used for this).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Why not using the existing sorting-system for tickets also for gantt? It's very powerful as one can even save queries.
--------------------------------------------------------------------------------
Any progress on this one?
--------------------------------------------------------------------------------
2.4 feature freeze
--------------------------------------------------------------------------------
I think this feature need to include in version:2.4.0 because #7335 changed sorting.
--------------------------------------------------------------------------------
Michael Heinze wrote:
> One reason why we should not disable the sorting by lft/rgt is that some day we could extend Redmine by a manual sorting functionality based on the lft/rgt values
Yes, that _would_ be usefull. For now, I prefer to have only one sorting method.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,7335,Sorting issues in gantt by date, not by id
relates,New,8897,Be able to reorder tasks/issues in the Gantt chart