mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 01:18:36 -05:00
Allow system auditors to see notification templates and management jobs in the UI
This commit is contained in:
@@ -137,6 +137,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
|
||||
$rootScope.sessionTimer = timer;
|
||||
$rootScope.$emit('OpenSocket');
|
||||
$rootScope.user_is_superuser = data.results[0].is_superuser;
|
||||
$rootScope.user_is_system_auditor = data.results[0].is_system_auditor;
|
||||
scope.$emit('AuthorizationGetLicense');
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user