Skip to content

Commit 9efa9e6

Browse files
authored
Merge pull request #11544 from Ostap-Zherebetskyi/hotfix/notification_admin_read
[ENG-10026] Enable admin/admin write access to include all four notification tables
2 parents 082c8a5 + 97b7091 commit 9efa9e6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

osf/migrations/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,15 @@ def get_admin_write_permissions():
107107
'change_notabledomain',
108108
'delete_notabledomain',
109109
'change_cedarmetadatatemplate',
110-
'change_registrationapproval'
110+
'change_registrationapproval',
111+
'change_notification',
112+
'delete_notification',
113+
'change_notificationtype',
114+
'delete_notificationtype',
115+
'change_notificationsubscription',
116+
'delete_notificationsubscription',
117+
'change_emailtask',
118+
'delete_emailtask',
111119
])
112120

113121

0 commit comments

Comments
 (0)