# HG changeset patch # User luisf # Date 1364315210 0 # Node ID b1d3bc0b7f7e4cb9b694318e4b603331777a6112 # Parent 57d35f2f99091bb08acca2d33db6b4fa0565d1d8 Fixed bibliography routes file (removed call to sort authors) diff -r 57d35f2f9909 -r b1d3bc0b7f7e plugins/redmine_bibliography/config/routes.rb --- a/plugins/redmine_bibliography/config/routes.rb Tue Mar 26 15:54:23 2013 +0000 +++ b/plugins/redmine_bibliography/config/routes.rb Tue Mar 26 16:26:50 2013 +0000 @@ -1,3 +1,3 @@ RedmineApp::Application.routes.draw do - resources :publications, :collection => { :sort_author_order => :post } + resources :publications end \ No newline at end of file