mirror of
https://github.com/redmine/redmine.git
synced 2026-01-16 04:23:19 +01:00
Fix that Example plugin (extra/sample_plugin) breaks Activity page (#38114).
Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22079 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -7,6 +7,6 @@ class Meeting < ActiveRecord::Base
|
||||
:url => Proc.new {|o| {:controller => 'meetings', :action => 'show', :id => o.id}}
|
||||
|
||||
acts_as_activity_provider :timestamp => 'scheduled_on',
|
||||
:scope => proc { includes(:project) },
|
||||
:scope => proc { joins(:project) },
|
||||
:permission => nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user