AC-1023 AC-1025 fixed drag-n-drop issues. Linting exposed a datatype mismatch issue.

This commit is contained in:
Chris Houseknecht
2014-02-06 15:19:58 -05:00
parent 11d8387120
commit c52818ecee
4 changed files with 12 additions and 11 deletions

View File

@@ -634,9 +634,9 @@ function($rootScope, $location, $log, $routeParams, Rest, Alert, Prompt, Process
url = (scope.selected_group_id === null) ? GetBasePath('inventory') + scope.inventory_id + '/hosts/' :
GetBasePath('groups') + scope.selected_group_id + '/hosts/',
group = (scope.selected_tree_id) ? Find({ list: scope.groups, key: 'id', val: scope.selected_tree_id }) : null;
if (scope.removeHostsReload) {
scope.removeHostsReload();
}