Commit 32832f3b by chamath

Admin priv added to the my career admin root

parent a7b76a35
...@@ -163,10 +163,10 @@ export const routes: Routes = [ ...@@ -163,10 +163,10 @@ export const routes: Routes = [
component: FullLayoutComponent, component: FullLayoutComponent,
canActivate: [AuthGuard], canActivate: [AuthGuard],
data: { data: {
privs: ['MC_Admin'],
redirectPage: 'editor/index.jsp' redirectPage: 'editor/index.jsp'
}, },
children: [ children: [
// @CodeReview : G000 : accessible for MC_Admin only
{ {
path: 'my-career-users', path: 'my-career-users',
component: MyCareerUsersComponent 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