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,