# HG changeset patch # User luisf # Date 1368204656 -3600 # Node ID bdecc47b65b88c64b174928b0b1a98cfd2c3edf7 # Parent a0488ec6979eafca3346a7b97ff1df7106c375fc added missing route for autocomplete. diff -r a0488ec6979e -r bdecc47b65b8 plugins/redmine_bibliography/config/routes.rb --- a/plugins/redmine_bibliography/config/routes.rb Fri May 10 17:50:26 2013 +0100 +++ b/plugins/redmine_bibliography/config/routes.rb Fri May 10 17:50:56 2013 +0100 @@ -2,6 +2,6 @@ resources :publications match "publications/show_bibtex_fields", :to => 'publications#show_bibtex_fields' - + match "publications/autocomplete_for_author", :to => 'publications#autocomplete_for_author' end \ No newline at end of file