mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
fix API browser server error on relaunch
This commit is contained in:
parent
a03316cdb9
commit
d234b71fd8
@ -4143,7 +4143,7 @@ class JobRelaunch(RetrieveAPIView):
|
||||
for p in needed_passwords:
|
||||
data['credential_passwords'][p] = u''
|
||||
else:
|
||||
data.pop('credential_passwords')
|
||||
data.pop('credential_passwords', None)
|
||||
return data
|
||||
|
||||
@csrf_exempt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user