changeset 561:9d786d8d3b1f feature_36

Fixes Bug #251.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 04 Aug 2011 17:00:13 +0100
parents 735388da579a
children 82a6e3756383
files vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb	Thu Aug 04 15:35:54 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb	Thu Aug 04 17:00:13 2011 +0100
@@ -4,7 +4,7 @@
   unloadable
   
   model_object Publication
-  before_filter :find_model_object, :except => [:new, :create, :index]
+  before_filter :find_model_object, :except => [:new, :create, :index, :autocomplete_for_project, :add_author, :sort_authors, :autocomplete_for_author]
   
   # before_filter :find_project, :except => [:autocomplete_for_project, :add_author, :sort_authors, :autocomplete_for_author]