mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
AC-319 attempt at remedying hosts randomly posting to wrong group.
This commit is contained in:
parent
27d38713e4
commit
f6be87678c
@ -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'] });
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user