mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
update TODO
This commit is contained in:
@@ -154,6 +154,7 @@ class CredentialSerializer(BaseSerializer):
|
||||
|
||||
def validate(self, attrs):
|
||||
''' some fields cannot be changed once written '''
|
||||
import epdb; epdb.st()
|
||||
if self.object is not None:
|
||||
# this is an update
|
||||
if self.object.user != attrs['user']:
|
||||
|
||||
Reference in New Issue
Block a user