mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Bug fixes from integration ran on launchtime branch
Make error message for muti-vault validation more consistent with historical message
This commit is contained in:
@@ -252,7 +252,7 @@ class SurveyJobTemplateMixin(models.Model):
|
||||
survey_errors += element_errors
|
||||
if key is not None and key in extra_vars:
|
||||
rejected[key] = extra_vars.pop(key)
|
||||
else:
|
||||
elif key in extra_vars:
|
||||
accepted[key] = extra_vars.pop(key)
|
||||
if survey_errors:
|
||||
errors['variables_needed_to_start'] = survey_errors
|
||||
|
||||
Reference in New Issue
Block a user