From feb13b1f11454fbe8df5c4451ebdfb8dd882e175 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 29 Jul 2014 16:24:49 -0400 Subject: [PATCH] fixed issue in job template when user deletes credential and project --- awx/ui/static/js/controllers/JobTemplates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/controllers/JobTemplates.js b/awx/ui/static/js/controllers/JobTemplates.js index 305fd2fcad..ccbb66702b 100644 --- a/awx/ui/static/js/controllers/JobTemplates.js +++ b/awx/ui/static/js/controllers/JobTemplates.js @@ -412,6 +412,7 @@ function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log, $routeP ' project or make the playbooks available on the file system.', 'alert-info'); }); } + else Wait('stop'); }; // Detect and alert user to potential SCM status issues