Feature #14397
Gantt sorting as a configurable setting
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Gantt | |||
Target version: | - | |||
Resolution: |
Description
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?
Related issues
History
#1
Updated by Michael Heinze almost 9 years ago
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).
#2
Updated by Toshi MARUYAMA almost 9 years ago
- Category set to Gantt
#3
Updated by Toshi MARUYAMA almost 9 years ago
- Related to Defect #7335: Sorting issues in gantt by date, not by id added
#4
Updated by Toshi MARUYAMA almost 9 years ago
- Target version set to 2.4.0
#5
Updated by Ribald Drobens almost 9 years ago
Why not using the existing sorting-system for tickets also for gantt? It's very powerful as one can even save queries.
#6
Updated by Artem Kondratyev almost 9 years ago
Any progress on this one?
#7
Updated by Jean-Philippe Lang over 8 years ago
- Target version changed from 2.4.0 to Candidate for next major release
2.4 feature freeze
#8
Updated by Toshi MARUYAMA over 8 years ago
- Target version changed from Candidate for next major release to 2.4.0
#9
Updated by Jean-Philippe Lang over 8 years ago
- Target version deleted (
2.4.0)
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.
#10
Updated by James H over 7 years ago
+1
#11
Updated by Toshi MARUYAMA over 7 years ago
- Related to Feature #8897: Be able to reorder tasks/issues in the Gantt chart added