mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Account menu for Tower after portal mode
the account menu for tower was displaying items for non-admin users after going to portal page and back to tower.
This commit is contained in:
@@ -588,6 +588,7 @@ angular.module('Tower', [
|
||||
};
|
||||
|
||||
$rootScope.leavePortal = function() {
|
||||
$rootScope.portalMode=false;
|
||||
$location.path('/home/');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user