# HG changeset patch # User luisf # Date 1376916058 -3600 # Node ID 855b4ae5ecddb62ebc847a1abebbc3e6bd74610d # Parent 8633c9040b3baa109e45eabfaca502ffd70165d4 Should fix Bug #658. diff -r 8633c9040b3b -r 855b4ae5ecdd plugins/redmine_bibliography/app/models/authorship.rb --- a/plugins/redmine_bibliography/app/models/authorship.rb Tue Jul 30 12:03:10 2013 +0100 +++ b/plugins/redmine_bibliography/app/models/authorship.rb Mon Aug 19 13:40:58 2013 +0100 @@ -12,7 +12,8 @@ attr_accessor :search_author_class, :search_author_id, :search_name, :search_results, :identify_author before_save :associate_author_user - acts_as_list + # tod: review scope of ordering + acts_as_list :column => 'auth_order' # todo: review usage of scope --lf.20130108 scope :like_unique, lambda {|q|