From 13c2576272df543baaf55190039ea9248e92251d Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 6 May 2022 16:31:40 +0300 Subject: [PATCH] [Library | new-theme]: In landing pages, title & tabs sticky even when bottom is in viewport | Other versions modals title updated | DMPs tab updated. 1. dataProvider.component.html & project.component.html & resultLanding.component.html: Removed "shouldSticky" check from id="main-tabs-div" - title & tabs sticky even when bottom is in viewport. 2. dataProvider.component.ts & organization.component.ts & project.component.ts & resultLanding.component.ts: Commented shouldSticky and observer for bottom - title & tabs sticky even when bottom is in viewport. 3. organization.component.ts & resultLanding.component.ts: In modal for other versions, title updated without "of". 4. project.component.html: In for DMPs added resultType="DMPs" | Title in DMPs tab changed to Data Management Plans. 5. search-tab.component.ts: Moved after tab title and | In method "getEntityName()" return "this.resultType" if exists and no other condition matches. --- src/app/openaireLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index b851b3e..84cb6b6 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit b851b3e60b9f25dbbea1f53f4b2566aa67ddb763 +Subproject commit 84cb6b6d96753ed7d465d9767c33160a0c01a7f4