##// END OF EJS Templates
Fixed: export links on the issue list lose project param after applying a filter (#2908)....
Fixed: export links on the issue list lose project param after applying a filter (#2908). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2554 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r773:514cdacc87e6
r2486:dc8b804eba9c
Show More
new.rhtml
6 lines | 278 B | text/html+ruby | RhtmlLexer
<h2><%= l(:label_query_new) %></h2>
<% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>