Update submodules and fix search route configuration

This commit is contained in:
Konstantinos Triantafyllou 2022-09-23 14:12:05 +03:00
parent 451331ba57
commit d0a378158f
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit a31605e9d53684e54b67b9eef88e2b7e4833d62e
Subproject commit 0854b9ddd0cddf0f87915743b40396b42958b349

View File

@ -4,7 +4,7 @@ import {RouterModule} from "@angular/router";
@NgModule({
imports: [CommonModule, RouterModule.forChild([
// Search Pages
{ path: '', redirectTo: 'find/research-outcomes'},
{ path: '', redirectTo: 'find/research-outcomes', pathMatch: 'full'},
{ path: 'find/research-outcomes', loadChildren: () => import('./searchPages/simple/searchResearchResults.module').then(m => m.MonitorSearchResearchResultsModule)},
{ path: 'find/projects', loadChildren: () => import('./searchPages/simple/searchProjects.module').then(m => m.MonitorSearchProjectsModule)},
{ path: 'find/dataproviders', loadChildren: () => import('./searchPages/simple/searchDataProviders.module').then(m => m.MonitorSearchDataProvidersModule)},

@ -1 +1 @@
Subproject commit b3b48a9fe73282d7e80dc81b8fba58ab23c0cde3
Subproject commit 85ad768a46df5e59843fa5d97780ab754d0429a0