mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Add new endpoint for creation of approval nodes
This commit is contained in:
@@ -483,4 +483,3 @@ class RelatedJobsMixin(object):
|
||||
raise RuntimeError("Programmer error. Expected _get_active_jobs() to return a QuerySet.")
|
||||
|
||||
return [dict(id=t[0], type=mapping[t[1]]) for t in jobs.values_list('id', 'polymorphic_ctype_id')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user