Allow system auditors to see notification templates and management jobs in the UI

This commit is contained in:
Akita Noek
2016-07-11 14:42:01 -04:00
parent 6de5cceb8f
commit 4c67c50373
3 changed files with 4 additions and 2 deletions
@@ -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');
});
})