mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Job Template form survey check
The job template form wasn't checking for survey in every scenario
This commit is contained in:
parent
05ff0a14a4
commit
e41de1684c
@ -1039,6 +1039,7 @@ function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
$('#job_templates_create_survey_btn').show();
|
||||
}
|
||||
else{
|
||||
$scope.survey_exists = true;
|
||||
$('#job_templates_delete_survey_btn').show();
|
||||
$('#job_templates_edit_survey_btn').show();
|
||||
$('#job_templates_create_survey_btn').hide();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user