Patch #32951
Issue Statuses sortable by name and position
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Administration | |||
Target version: | - |
Description
Allow admin to sort statuses by name and position in /issue_statuses
History
#1
Updated by Anas Al Salah over 2 years ago
Redmine version: 3.4.6.stable
#2
Updated by Go MAEDA over 2 years ago
- File screenshot-with-patch-applied@2x.png added
Thank you for posting the patch. However, I would like to point out the following points:
- Showing position numbers is not very good looking and inconsistent with other pages such as trackers and roles
- The patch makes the behavior of existing sort handle unpredictable (at least for me)
- The patch cannot be applied cleanly to the current trunk
#3
Updated by Anas Al Salah over 2 years ago
Thanks for your feedback, Go MAEDA
- Showing position numbers is not very good looking and inconsistent with other pages such as trackers and roles
At our organization we have 100+ statuses for 20+ trackers, so it's important to sort statuses alphabetically when needed.
- The patch makes the behavior of existing sort handle unpredictable (at least for me)
It still sorts by the row position you drag it to, but yes, it's confusing. I wasn't able to come up with a good solution for that.
- The patch cannot be applied cleanly to the current trunk
Sorry! I should upgrade our Redmine to the latest version.