mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Don’t allow changing service users on update
This commit is contained in:
@@ -84,7 +84,6 @@ class ServiceAPIClient(NotificationsAPIClient):
|
||||
data = _attach_current_user(kwargs)
|
||||
disallowed_attributes = set(data.keys()) - {
|
||||
'name',
|
||||
'users',
|
||||
'message_limit',
|
||||
'active',
|
||||
'restricted',
|
||||
|
||||
Reference in New Issue
Block a user