1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Merged r22079 from trunk to 5.0-stable (#38114).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22080 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-01-28 04:49:24 +00:00
parent 65733af324
commit 0dfe9d6c56

View File

@ -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