From af4e86d70e48e470b40e7a26d73f5672cc44d38c Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 7 May 2018 11:17:01 -0400 Subject: [PATCH] Set Id on extra_vars job template form field --- awx/ui/client/src/templates/job_templates/job-template.form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 0b240a78ee..31174ac043 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -359,6 +359,7 @@ function(NotificationsList, i18n) { dataTitle: i18n._('Extra Variables'), dataPlacement: 'right', dataContainer: "body", + id: 'extra_vars', subCheckbox: { variable: 'ask_variables_on_launch', text: i18n._('Prompt on launch')