mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 03:28:36 -05:00
AC-1123 fixed issues related to job submission and cancellation.
This commit is contained in:
@@ -687,7 +687,7 @@ function InventoriesEdit($scope, $location, $routeParams, $compile, GenerateList
|
||||
};
|
||||
|
||||
$scope.cancelUpdate = function (tree_id) {
|
||||
GroupsCancelUpdate({ scope: $scope, tree_id: tree_id });
|
||||
GroupsCancelUpdate({ scope: $scope, id: tree_id });
|
||||
};
|
||||
|
||||
$scope.toggle = function (tree_id) {
|
||||
|
||||
Reference in New Issue
Block a user