]> source.dussan.org Git - redmine.git/commit
Lists can be reordered with drag and drop (#12909).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Apr 2016 07:40:39 +0000 (07:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Apr 2016 07:40:39 +0000 (07:40 +0000)
commit42b5c332b2c24c8dcc2581e0cd130ef930959d99
tree3ddade3fa50427138419d48c57b20d93ac960048
parent64afa24a7f72526a2cbf6761e51b6cd326aa0c36
Lists can be reordered with drag and drop (#12909).

git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/custom_fields_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/issue_statuses_controller.rb
app/controllers/roles_controller.rb
app/controllers/trackers_controller.rb
app/helpers/application_helper.rb
app/views/custom_fields/_index.html.erb
app/views/custom_fields/index.html.erb
app/views/enumerations/index.html.erb
app/views/issue_statuses/index.html.erb
app/views/roles/index.html.erb
app/views/trackers/index.html.erb
public/javascripts/application.js
test/functional/trackers_controller_test.rb