We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38df5 commit 97b7091Copy full SHA for 97b7091
osf/migrations/__init__.py
@@ -107,7 +107,15 @@ def get_admin_write_permissions():
107
'change_notabledomain',
108
'delete_notabledomain',
109
'change_cedarmetadatatemplate',
110
- 'change_registrationapproval'
+ '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',
119
])
120
121
0 commit comments