OSDN Git Service

Fixed: 'View all issues' link doesn't work on issues/show.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Nov 2007 20:14:01 +0000 (20:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 29 Nov 2007 20:14:01 +0000 (20:14 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@937 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_sidebar.rhtml

index 6e61755..e6c6389 100644 (file)
@@ -4,7 +4,7 @@
 <% end %>
 
 <h3><%= l(:label_issue_plural) %></h3>
-<%= link_to l(:label_issue_view_all), { :set_filter => 1 } %><br />
+<%= link_to l(:label_issue_view_all), { :controller => 'issues', :action => 'index', :project_id => @project, :set_filter => 1 } %><br />
 <%= link_to l(:field_summary), :controller => 'reports', :action => 'issue_report', :id => @project %><br />
 <%= link_to l(:label_change_log), :controller => 'projects', :action => 'changelog', :id => @project %>