AC-1123 fixed issues related to job submission and cancellation.

This commit is contained in:
Chris Houseknecht
2014-04-05 05:21:19 -04:00
parent 6540380cc9
commit d6237dcfb0
7 changed files with 84 additions and 37 deletions
+1 -1
View File
@@ -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) {