Search backward compatibility
This commit is contained in:
parent
53783db85a
commit
ddb4ab76f0
@ -76,7 +76,8 @@ class DmsfFolder < ActiveRecord::Base
|
||||
:project_key => 'project_id',
|
||||
:date_column => 'updated_at',
|
||||
:permission => :view_dmsf_files,
|
||||
:scope => self.joins(:project)
|
||||
:scope => self.joins(:project),
|
||||
:include => :project # Redmine < 3.0.0 compatibility
|
||||
|
||||
acts_as_event :title => Proc.new {|o| o.title},
|
||||
:description => Proc.new {|o| o.description },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user