From e379996a848f32919cac6ee416fdc0a11ef9745d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 8 Jun 2015 11:57:35 -0400 Subject: [PATCH] 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. --- awx/ui/static/js/helpers/License.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/helpers/License.js b/awx/ui/static/js/helpers/License.js index e027ea80a9..1c6572e60b 100644 --- a/awx/ui/static/js/helpers/License.js +++ b/awx/ui/static/js/helpers/License.js @@ -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) {