mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
fixed job template for changes to survey maker
This commit is contained in:
@@ -259,8 +259,8 @@ angular.module('JobTemplateFormDefinition', ['SchedulesListDefinition', 'Complet
|
||||
type: 'checkbox',
|
||||
addRequired: false,
|
||||
editRequird: false,
|
||||
trueValue: 'true',
|
||||
falseValue: 'false',
|
||||
// trueValue: true,
|
||||
// falseValue: false,
|
||||
ngChange: "surveyEnabled()",
|
||||
column: 2,
|
||||
awPopOver: "<p>If checked, user will be prompted at job launch with a series of questions related to the job.</p>",
|
||||
|
||||
Reference in New Issue
Block a user