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