fix :read_announcement role override population
closes #CNVS-27475 Change-Id: I68bbab410a0c2dbb867edceb424496155319f290 Reviewed-on: https://gerrit.instructure.com/73227 Reviewed-by: Alex Boyd <aboyd@instructure.com> Tested-by: Jenkins Product-Review: James Williams <jamesw@instructure.com> QA-Review: James Williams <jamesw@instructure.com>
This commit is contained in:
parent
c09b2bdc79
commit
7d753f502a
|
@ -2,7 +2,7 @@ class PopulateAnnouncementPermissions < ActiveRecord::Migration
|
|||
tag :postdeploy
|
||||
|
||||
def up
|
||||
DataFixup::AddRoleOverridesForNewPermission.send_later_if_production(:run, :view_forum, :view_announcements)
|
||||
DataFixup::AddRoleOverridesForNewPermission.send_later_if_production(:run, :read_forum, :read_announcements)
|
||||
end
|
||||
|
||||
def down
|
||||
|
|
Loading…
Reference in New Issue