AC-319 attempt at remedying hosts randomly posting to wrong group.

This commit is contained in:
chouseknecht 2013-07-30 20:17:56 -04:00
parent 27d38713e4
commit f6be87678c

View File

@ -455,6 +455,9 @@ function InventoriesEdit ($scope, $rootScope, $compile, $location, $log, $routeP
scope.groupTitle = '<h4>All Hosts</h4>';
scope.group_id = null;
}
if (!scope.$$phase) {
scope.$digest();
}
HostsReload({ scope: scope, inventory_id: scope['inventory_id'], group_id: scope['group_id'] });
});