]> source.dussan.org Git - redmine.git/commitdiff
Fixed custom query sidebar links broken by r1797 (#1899).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 17 Sep 2008 17:23:08 +0000 (17:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 17 Sep 2008 17:23:08 +0000 (17:23 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1873 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_sidebar.rhtml

index db9351666f0960482d58ad2bad999c3aed227661..1b486966eb2c64f78a9bdf097f55416f2725986a 100644 (file)
@@ -19,6 +19,6 @@
 <h3><%= l(:label_query_plural) %></h3>
 
 <% sidebar_queries.each do |query| -%>
-<%= link_to query.name, :query_id => query %><br />
+<%= link_to query.name, :controller => 'issues', :action => 'index', :project_id => @project, :query_id => query %><br />
 <% end -%>
 <% end -%>