Vote #62947
完了Priorities not ordered when displayed as a filter in issue list
0%
説明
I'm playing with a new installation of Redmine and I just imported data from an active trac project.
Because Redmine only supports Priority and not Severy property, I made some changes to the imported Priority items.
I reordered them via Admin panel then I tried to use this field as a filter in the issue list.
As you can see from the screenshot, priorities are not ordered by the order defined in the Admin panel by they are ordered by record ID (Low = 5, Medium = 4, Need to verify = 2).
journals
This can be fixed in _app/models/query.rb_.
--------------------------------------------------------------------------------
Thanks Tomas. Fix applied in r1309.
--------------------------------------------------------------------------------