Merge pull request #1701 from marshmalien/fix/job-template-form-extra-vars-cm-error

Set id on extra_vars job template form field
This commit is contained in:
Marliana Lara 2018-05-07 12:20:10 -04:00 committed by GitHub
commit 327d673301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')