mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Remove access_developer_docs permission, it doesn't make sense to need it.
Add view_activity permission when the permissions are being editted.
This commit is contained in:
@@ -302,8 +302,7 @@ def active_user_with_permissions():
|
||||
'manage_users',
|
||||
'manage_templates',
|
||||
'manage_settings',
|
||||
'manage_api_keys',
|
||||
'access_developer_docs']},
|
||||
'manage_api_keys']},
|
||||
'platform_admin': False
|
||||
}
|
||||
user = User(user_data)
|
||||
|
||||
Reference in New Issue
Block a user