Skip to content

Commit 6b38df5

Browse files
Add notification-related permissions to admin read permissions
1 parent 4b52580 commit 6b38df5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osf/migrations/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def get_admin_read_permissions():
6161
'view_registration',
6262
'view_registrationapproval',
6363
'view_registrationschema',
64+
'view_notification',
65+
'view_notificationtype',
66+
'view_notificationsubscription',
67+
'view_emailtask',
6468
])
6569

6670

0 commit comments

Comments
 (0)