From 378d7ccb83c6620cbf24cd6dfcc2571404622ed1 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 7 Jul 2023 13:56:55 +0300 Subject: [PATCH] [Explore | develop]: app-routing.module.ts: Set specific search routes for each entity before setting generic route "search/find/:entity" | Updating openaireLibrary and common-assets. --- explore/src/app/app-routing.module.ts | 6 +++--- explore/src/app/openaireLibrary | 2 +- explore/src/assets/common-assets | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/explore/src/app/app-routing.module.ts b/explore/src/app/app-routing.module.ts index a24b2e53..86a0b524 100644 --- a/explore/src/app/app-routing.module.ts +++ b/explore/src/app/app-routing.module.ts @@ -41,13 +41,13 @@ const routes: Routes = [ { path: 'search/find', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule) }, - { - path: 'search/find/:entity', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule) - }, {path: 'search/find/publications', component: PageURLResolverComponent}, {path: 'search/find/datasets', component: PageURLResolverComponent}, {path: 'search/find/software', component: PageURLResolverComponent}, {path: 'search/find/other', component: PageURLResolverComponent}, + { + path: 'search/find/:entity', loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule) + }, // Advanced Search Pages { diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 8b14aaf3..110c8545 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 8b14aaf325c4c18691be36a89dca882b945d8eb0 +Subproject commit 110c854523199f24143bb7d0e56e8815c6808319 diff --git a/explore/src/assets/common-assets b/explore/src/assets/common-assets index ad688331..63c54c7d 160000 --- a/explore/src/assets/common-assets +++ b/explore/src/assets/common-assets @@ -1 +1 @@ -Subproject commit ad6883318d1268cd61871fb6dfb974639aa3a2fc +Subproject commit 63c54c7db30bd6fbad6867656a8cb12e319e2f66