Vote #73181
完了Drag'n'drop order configuration for statuses, trackers, roles...
0%
説明
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?
journals
And of course it should be applied for all other list of the same type.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
The patch works fine and really improves UI.
It would be great if I could see this modern UI in Redmine 3.3.0.
!issue-status-drag-and-drop.png!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Here is a demo animation of Takenori TAKAKI's patch: http://www.redmine.org/attachments/download/15538/drag-and-drop.gif
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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 :)
--------------------------------------------------------------------------------
related_issues
relates,Closed,18858,Custom Fields - Sort/Order
relates,Closed,24062,Allow only vertical reorderingin sortable lists
relates,Closed,25455,Invalid test in 3.3-stable branch
relates,New,33350,Rows in Forums tab of project setting are not striped according to odd/even rule
duplicates,Closed,14021,Drag and drop system on custom fields, types of issue (administration) and more.