mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Job Template form survey check
The job template form wasn't checking for survey in every scenario
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user