Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…necgiar_pr into staging
  • Loading branch information
German Martinez committed Dec 4, 2024
2 parents da009a2 + 3f181ae commit 378d28f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions onecgiar-pr-client/src/app/shared/routing/routing-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ export const routingApp: PrRoute[] = [
path: 'init-admin-module',
loadChildren: () => import('../../pages/init-admin-section/init-admin-section.module').then(m => m.InitAdminSectionModule)
},
{
prName: 'Outcome Indicator Module',
onlytest: false,
prHide: false,
underConstruction: true,
canActivate: [CheckLoginGuard],
path: 'outcome-indicator-module',
loadChildren: () => import('../../pages/outcome-indicator/outcome-indicator.module').then(m => m.OutcomeIndicatorModule)
},
// {
// prName: 'Outcome Indicator Module',
// onlytest: false,
// prHide: false,
// underConstruction: true,
// canActivate: [CheckLoginGuard],
// path: 'outcome-indicator-module',
// loadChildren: () => import('../../pages/outcome-indicator/outcome-indicator.module').then(m => m.OutcomeIndicatorModule)
// },
{
prName: 'reports',
prHide: true,
Expand Down

0 comments on commit 378d28f

Please sign in to comment.