1
0
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:
Jared Tabor 2015-06-08 11:57:35 -04:00
parent f02e26a3f7
commit e379996a84

View File

@ -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) {