mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -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)
|
data = _attach_current_user(kwargs)
|
||||||
disallowed_attributes = set(data.keys()) - {
|
disallowed_attributes = set(data.keys()) - {
|
||||||
'name',
|
'name',
|
||||||
'users',
|
|
||||||
'message_limit',
|
'message_limit',
|
||||||
'active',
|
'active',
|
||||||
'restricted',
|
'restricted',
|
||||||
|
|||||||
Reference in New Issue
Block a user