Feature #12909
Drag'n'drop order configuration for statuses, trackers, roles...
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.3.0 | |||
Resolution: | Fixed |
Description
I want to configure issue statuses' order on "/issue_statuses" URL using drag'n'drop, not by clicking some arrows and waiting for a page reload after each click.
If I implement this, will it be accepted?
Related issues
Associated revisions
Remove pagination on trackers, roles and issue statuses (#12909).
Replaces acts_as_list with an implementation that handles #position= (#12909).
Objects are reordered using the regular attribute writer #position= and AR callbacks.
Lists can be reordered with drag and drop (#12909).
Forum list can be reordered with drag and drop (#12909).
Deprecates unused stuff (#12909).
Removes #move_to= (#12909).
Restyles the sort handle(#12909).
Adds an ajax indicator on the sort handle (#12909).
Adds a title on the sort handle (#12909).
History
#1
Updated by Vadim Pushtaev about 8 years ago
And of course it should be applied for all other list of the same type.
#2
Updated by Etienne Massip about 8 years ago
Vadim Pushtaev wrote:
I want to configure issue statuses' order on "/issue_statuses" URL using drag'n'drop, not by clicking some arrows and waiting for a page reload after each click.
If I implement this, will it be accepted?
Depends, need to see the patch =)
If you could write some test that would be great.
#3
Updated by Go MAEDA about 5 years ago
In Redmine 3.2, "Possible values" of key/value list custom fields support drag and drop. It would be great if other screens including "Issue statuses" also support drag and drop.
#4
Updated by Takenori TAKAKI almost 5 years ago
I made a patch. It includes "drag and drop" user interface for the following resources that can change the position.
- issue_statuses
- custom_fields
- enumerations
- roles
- trackers
this patch is compatibled with latest trunk 15195. It also includes the test code.
#5
Updated by Go MAEDA almost 5 years ago
- File issue-status-drag-and-drop.png added
- Target version set to Candidate for next major release
The patch works fine and really improves UI.
It would be great if I could see this modern UI in Redmine 3.3.0.
#6
Updated by Go MAEDA almost 5 years ago
- Related to Feature #18858: Custom Fields - Sort/Order added
#7
Updated by Go MAEDA almost 5 years ago
Here is a demo animation of Takenori TAKAKI's patch: http://www.redmine.org/attachments/download/15538/drag-and-drop.gif
#8
Updated by Go MAEDA almost 5 years ago
- Target version changed from Candidate for next major release to 3.3.0
#9
Updated by Jean-Philippe Lang almost 5 years ago
- Subject changed from Drag'n'drop in Issue statuses' order configuration to Drag'n'drop order configuration
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
I prefered not to add extra actions for sorting, and get rid of acts_as_list.
From a UI point of view, the results is the same, and extended to the forum order configuration.
#10
Updated by Jean-Philippe Lang over 4 years ago
- Subject changed from Drag'n'drop order configuration to Drag'n'drop order configuration for statuses, trackers, roles...
#11
Updated by Go MAEDA over 4 years ago
- Duplicated by Feature #14021: Drag and drop system on custom fields, types of issue (administration) and more. added
#12
Updated by Toshi MARUYAMA about 4 years ago
- Related to Patch #24062: Allow only vertical reorderingin sortable lists added
#13
Updated by Toshi MARUYAMA almost 4 years ago
- Related to Defect #25455: Invalid test in 3.3-stable branch added
#14
Updated by Go MAEDA 9 months ago
- Related to Defect #33350: Rows in Forums tab of project setting are not striped according to odd/even rule added
#15
Updated by Klavs Klavsen 6 days ago
This could be VERY welcome for milestones as well.. Being able to reorder them by doing drag'n'drop - instead of having to change due-date :)