Commit 32832f3b by chamath

Admin priv added to the my career admin root

parent a7b76a35
......@@ -163,10 +163,10 @@ export const routes: Routes = [
component: FullLayoutComponent,
canActivate: [AuthGuard],
data: {
privs: ['MC_Admin'],
redirectPage: 'editor/index.jsp'
},
children: [
// @CodeReview : G000 : accessible for MC_Admin only
{
path: 'my-career-users',
component: MyCareerUsersComponent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment