mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 23:47:28 -02:30
AC-319 attempt at remedying hosts randomly posting to wrong group.
This commit is contained in:
@@ -455,6 +455,9 @@ function InventoriesEdit ($scope, $rootScope, $compile, $location, $log, $routeP
|
|||||||
scope.groupTitle = '<h4>All Hosts</h4>';
|
scope.groupTitle = '<h4>All Hosts</h4>';
|
||||||
scope.group_id = null;
|
scope.group_id = null;
|
||||||
}
|
}
|
||||||
|
if (!scope.$$phase) {
|
||||||
|
scope.$digest();
|
||||||
|
}
|
||||||
HostsReload({ scope: scope, inventory_id: scope['inventory_id'], group_id: scope['group_id'] });
|
HostsReload({ scope: scope, inventory_id: scope['inventory_id'], group_id: scope['group_id'] });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user