mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
random syntax and style fixes to tower js
may include some new dependencies needed for adhoc commands
This commit is contained in:
@@ -1145,11 +1145,11 @@ export function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log,
|
||||
action: action
|
||||
});
|
||||
});
|
||||
|
||||
if($scope.survey_enabled === true && $scope.survey_exists!==true){
|
||||
$scope.$emit("PromptForSurvey");
|
||||
}
|
||||
else {
|
||||
|
||||
PlaybookRun({
|
||||
scope: $scope,
|
||||
id: id
|
||||
|
||||
Reference in New Issue
Block a user