mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add missing field to ad-hoc command partial
This commit is contained in:
parent
5575f67aba
commit
bb7a201c2f
@ -251,7 +251,7 @@ class SystemJobDict(PartialModelDict):
|
||||
|
||||
class AdHocCommandDict(PartialModelDict):
|
||||
FIELDS = (
|
||||
'id', 'created', 'status', 'inventory_id', 'dependent_jobs__id',
|
||||
'id', 'created', 'status', 'inventory_id', 'dependent_jobs__id', 'celery_task_id',
|
||||
)
|
||||
model = AdHocCommand
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user