]> source.dussan.org Git - redmine.git/commitdiff
Missing argument to new_project_query_path named route (#10254).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 16 Feb 2012 21:01:48 +0000 (21:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 16 Feb 2012 21:01:48 +0000 (21:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8892 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/index.html.erb

index 22ca590de26fe6f7e86045974e32c39c7e6e634e..e3e256deeebdc52991160db4b734f182597bf376 100644 (file)
@@ -45,7 +45,7 @@
     <%= link_to l(:button_clear), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload'  %>
     <% if @query.new_record? && User.current.allowed_to?(:save_queries, @project, :global => true) %>
         <%= link_to_function l(:button_save),
-                             "$('query_form').action='#{ @project ? new_project_query_path : new_query_path }'; submit_query_form('query_form')",
+                             "$('query_form').action='#{ @project ? new_project_query_path(@project) : new_query_path }'; submit_query_form('query_form')",
                              :class => 'icon icon-save' %>
     <% end %>
     </p>