Defect #956
Priorities not ordered when displayed as a filter in issue list
| Status: | Closed | Start: | 2008-03-29 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Tickets | |||
| Target version: | 0.7 | |||
| Affected version: | devel |
Resolution: | Fixed |
|
Description
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).
Associated revisions
Fixed: Priorities not ordered when displayed as a filter in issue list (#956).
History
2008-03-30 00:14 - Thomas Löber
- File query.rb_1308.diff added
This can be fixed in app/models/query.rb.