# HG changeset patch # User Chris Cannam # Date 1312897928 -3600 # Node ID f1ef292029563a8fd2cecf126e13a91bbd82347a # Parent 5404f7dfb4b352fb8b0eb319b66b7c8e034fc47f Fix method name, fixing #222 diff -r 5404f7dfb4b3 -r f1ef29202956 vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb --- a/vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb Tue Aug 09 14:30:22 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb Tue Aug 09 14:52:08 2011 +0100 @@ -4,7 +4,7 @@ unloadable model_object Publication - before_filter :find_model_object, :except => [:new, :create, :index, :autocomplete_for_project, :add_author, :sort_authors, :autocomplete_for_author] + before_filter :find_model_object, :except => [:new, :create, :index, :autocomplete_for_project, :add_author, :sort_author_order, :autocomplete_for_author] # before_filter :find_project, :except => [:autocomplete_for_project, :add_author, :sort_authors, :autocomplete_for_author]