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