From 8e5021948922b5a48940709c17ac4a7e304d46af Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 22 Sep 2020 10:34:06 +0000 Subject: [PATCH] [Trunk | Library]: 1. resultLanding.component.html: [Bug fix]: Remove input property [showAllAuthors]="false" from - "View all authors" button was never visible. 2. showAuthors.component.ts: Integrate orcid to production - Remove restrictions in html. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59445 d315682c-612b-4755-9ff5-7f18f6832af3 --- landingPages/result/resultLanding.component.html | 2 +- utils/authors/showAuthors.component.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index 20fbb11f..8978eb71 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -21,7 +21,7 @@ [URL]="properties.domain+ properties.baseLink +linkToLandingPage+id"> diff --git a/utils/authors/showAuthors.component.ts b/utils/authors/showAuthors.component.ts index 3f51670d..dfd6a96c 100644 --- a/utils/authors/showAuthors.component.ts +++ b/utils/authors/showAuthors.component.ts @@ -13,17 +13,17 @@ import {properties} from "../../../../environments/environment"; template: `
- {{author.fullName + "; "}} - + {{" "}} {{author.fullName + "; "}} -
{{author.fullName}}