Actions
Feature #13058
openRoadmap version sort order - versions with date always on top
Status:
New
Priority:
Normal
Assignee:
-
Category:
Roadmap
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
At the moment roadmap all versions without date are sorted alpabetcially but get displayed before the ones with date which are sorted ascending by date.
If we create version without date this are placeholder in very far future and always should be displayed below all version which have a date. So on top all version with date shall be displayed sorted ascending by date and then all other version without date alphabetcially or whatever.
Updated by Terence Mill over 11 years ago
Is there any documented knowledge how its meant to work at the moment?
Updated by Mischa The Evil over 11 years ago
Terence Mill wrote:
Is there any documented knowledge how its meant to work at the moment?
Yes there is... See source:/trunk/app/models/version.rb@11497#L178 to #L205:
Latest changes I found (using Redmine's own annotate view of /app/models/version.rb) are:These revisions were all first included in Redmine 2.1.0.
Actions