mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -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):
|
||||
FIELDS = (
|
||||
'id', 'created', 'status', 'inventory_id', 'dependent_jobs__id',
|
||||
'id', 'created', 'status', 'inventory_id', 'dependent_jobs__id', 'celery_task_id',
|
||||
)
|
||||
model = AdHocCommand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user