From 86d2b223cc75c1016f4afec6bf24656fbbb2974c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 10 Dec 2011 19:27:18 +0000 Subject: [PATCH] Fixed reorder links on custom fields. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8184 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/custom_fields/_index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/custom_fields/_index.html.erb b/app/views/custom_fields/_index.html.erb index 1adbcaa08..3740987ca 100644 --- a/app/views/custom_fields/_index.html.erb +++ b/app/views/custom_fields/_index.html.erb @@ -20,7 +20,7 @@ <%= checked_image custom_field.is_for_all? %> <%= l(:label_x_projects, :count => custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %> <% end %> - <%= reorder_links('custom_field', {:action => 'edit', :id => custom_field}) %> + <%= reorder_links('custom_field', {:action => 'update', :id => custom_field}, :put) %> <%= link_to(l(:button_delete), custom_field_path(custom_field), :method => :delete,