##// END OF EJS Templates
Makes /projects/:project_id/issues/new accept PUT requests for when serializing a form with a PUT _method hidden tag....
Makes /projects/:project_id/issues/new accept PUT requests for when serializing a form with a PUT _method hidden tag. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8528 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7537:ad9e486077f9
r8408:bc3c151236a1
Show More
edit.html.erb
6 lines | 254 B | text/plain | TextLexer
<h2><%= l(:label_query) %></h2>
<% form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>