Job Template form survey check

The job template form wasn't checking for survey in every scenario
This commit is contained in:
Jared Tabor 2014-12-19 12:18:23 -05:00
parent 05ff0a14a4
commit e41de1684c

View File

@ -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();