mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #2852 from jlmitch5/updateOrgCardsCountWhenDatasetChanges
update org cards count when dataset chnages Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
63b0796738
@ -114,6 +114,7 @@ export default ['$stateParams', '$scope', '$rootScope',
|
||||
$scope.$watchCollection(`${list.iterator}_dataset`, function(data) {
|
||||
$scope[list.name] = data.results;
|
||||
$scope.orgCards = parseCardData($scope[list.name]);
|
||||
$scope.orgCount = data.count;
|
||||
});
|
||||
|
||||
$scope.addOrganization = function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user