Don’t allow changing service users on update

This commit is contained in:
Chris Hill-Scott
2016-08-11 17:10:10 +01:00
parent da1fa2e61c
commit 955566b127

View File

@@ -84,7 +84,6 @@ class ServiceAPIClient(NotificationsAPIClient):
data = _attach_current_user(kwargs)
disallowed_attributes = set(data.keys()) - {
'name',
'users',
'message_limit',
'active',
'restricted',