mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Remove list of features if license is updated
by removing the list of license-enabled-features when the user upgrades their license, it triggers the features.service.js to retrieve a new list of features from the config endpoint.
This commit is contained in:
parent
f02e26a3f7
commit
e379996a84
@ -173,6 +173,7 @@ export default
|
||||
// ignore
|
||||
}
|
||||
Alert('License Accepted', 'The Ansible Tower license was updated. To view or update license information in the future choose View License from the Account menu.','alert-info');
|
||||
$rootScope.features = undefined;
|
||||
$location.path('/home');
|
||||
})
|
||||
.error(function (data, status) {
|
||||
|
Loading…
Reference in New Issue
Block a user