From 1c39dfdc3a5e5a11bec2eede724e0e78fc2718f9 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 30 Aug 2022 11:35:42 +0300 Subject: [PATCH] [Library | new-theme]: #7963 - Parse field "eoscifguidelines" in result landing page to get eosc subjects. 1. resultLanding.service.ts: Added in parsing field "eoscifgiudelines" (resultLandingInfo.eoscSubjects). 2. parsingFunctions.class.ts: Added method "parseEoscSubjects()" | Method "checkAndAddEoscSubject()" updated - do not add eosc subjects in classifiedSubjects. 3. resultLanding.component.html: In added [eoscSubjects]="resultLandingInfo.eoscSubjects". 4. showSubjects.component.ts: Added @Input() eoscSubjects: any[]; and show them as classifiedSubjects too. --- explore/src/app/openaireLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 89f9bb87..2c278542 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 89f9bb87bff05c90f21c6f7261a73ed820129a23 +Subproject commit 2c278542137600224a0e1cc5cf92b7b01e7328f0