Improve task options

This commit is contained in:
Peter Maquiran
2021-05-27 13:20:37 +01:00
parent 366b615b5a
commit b17b9e06f7
11 changed files with 81 additions and 56 deletions
+5 -1
View File
@@ -120,7 +120,7 @@ const routes: Routes = [
{
path:'expediente-task-modal',
loadChildren: ()=> import('../pages/gabinete-digital/expediente/expedient-task-modal/expedient-task-modal.module').then(m => m.ExpedientTaskModalPageModule),
}
},
]
},
{
@@ -186,6 +186,10 @@ const routes: Routes = [
path:'new-publication',
loadChildren: ()=> import('../shared/publication/new-publication/new-publication.module').then(m => m.NewPublicationPageModule)
},
{
path: 'request-options',
loadChildren: () => import('../shared/popover/request-options/request-options.module').then( m => m.RequestOptionsPageModule)
},
]
},
{