Skip to content

Commit 97b7091

Browse files
Add admin/admin write permissions for the NR-related models.
1 parent 6b38df5 commit 97b7091

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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)