AC-946 don't refresh hosts when clicking group collapse/expand.

This commit is contained in:
chris Houseknecht 2014-01-20 18:54:04 -05:00
parent 8860b5c2ad
commit 97369f3775

View File

@ -461,9 +461,6 @@ function InventoriesEdit ($scope, $location, $routeParams, $compile, GenerateLis
$scope.toggle = function(tree_id) {
// Expand/collapse nodes
if (tree_id !== $scope.selected_tree_id) {
$scope.showHosts(tree_id, Find({ list: $scope.groups, key: 'id', val: tree_id }).group_id, false);
}
ToggleChildren({ scope: $scope, list: list, id: tree_id });
}