mirror of
https://github.com/redmine/redmine.git
synced 2026-01-08 16:42:54 +01:00
Fixes other formats download links on the project issue list (project_id lost) broken r2317.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2331 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -111,6 +111,7 @@ ActionController::Routing::Routes.draw do |map|
|
||||
issues_routes.with_options :conditions => {:method => :get} do |issues_views|
|
||||
issues_views.connect 'issues', :action => 'index'
|
||||
issues_views.connect 'issues.:format', :action => 'index'
|
||||
issues_views.connect 'projects/:project_id/issues', :action => 'index'
|
||||
issues_views.connect 'projects/:project_id/issues.:format', :action => 'index'
|
||||
issues_views.connect 'projects/:project_id/issues/new', :action => 'new'
|
||||
issues_views.connect 'projects/:project_id/issues/gantt', :action => 'gantt'
|
||||
|
||||
Reference in New Issue
Block a user