Mercurial > hg > soundsoftware-site
changeset 1149:719d597874fc redmine-2.2-integration
Fixes broken route in projects index.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 14 Jan 2013 17:45:54 +0000 |
parents | e827a0182a14 |
children | 367c016157da |
files | plugins/redmine_tags/config/routes.rb |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_tags/config/routes.rb Mon Jan 14 15:14:37 2013 +0000 +++ b/plugins/redmine_tags/config/routes.rb Mon Jan 14 17:45:54 2013 +0000 @@ -1,4 +1,5 @@ RedmineApp::Application.routes.draw do match '/issue_tags/auto_complete/:project_id', :to => 'auto_completes#issue_tags', :via => :get, :as => 'auto_complete_issue_tags' + match '/auto_completes/project_search_tags', :to => 'auto_completes#project_search_tags' match 'projects/set_fieldset_status' => 'projects#set_fieldset_status', :constraints => {:method => :post} end