Mercurial > hg > soundsoftware-site
diff plugins/redmine_bibliography/config/routes.rb @ 1364:4d5d25039a5f luisf
Fixes Bug #668 - reordering of authors in the publication's detail view is working again.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Aug 2013 15:47:51 +0100 |
parents | 2e54ae6ab02f |
children |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb Mon Aug 19 13:40:58 2013 +0100 +++ b/plugins/redmine_bibliography/config/routes.rb Mon Aug 19 15:47:51 2013 +0100 @@ -9,6 +9,11 @@ match "publications/autocomplete_for_project", :to => 'publications#autocomplete_for_project' + resources :authorships do + collection do + post 'sort', :action => 'sort' + end + end resources :publications end \ No newline at end of file