mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Broadcast updateDataset for job template controller
So it knows to call the `refreshJobs ()` method and update the model accordingly.
This commit is contained in:
parent
769e714f71
commit
9ef301f25a
@ -56,6 +56,7 @@ export default ['$scope', '$stateParams', '$state', '$filter', 'GetBasePath', 'Q
|
||||
}
|
||||
$scope.dataset = res.data;
|
||||
$scope.collection = res.data.results;
|
||||
$scope.$emit('updateDataset', res.data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user