mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
fix survey vars bug and inventory defaults display
This commit is contained in:
committed by
Jake McDermott
parent
75566bad39
commit
c1d85f568c
@@ -440,6 +440,7 @@ class WorkflowJobTemplate(UnifiedJobTemplate, WorkflowJobOptions, SurveyJobTempl
|
||||
if rejected_vars:
|
||||
rejected_data['extra_vars'] = rejected_vars
|
||||
errors_dict.update(vars_errors)
|
||||
continue
|
||||
|
||||
if field_name not in kwargs:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user