[angular-16-irish-monitor | DONE | CHANGED] Entity Actions: show Orcid for the case of irish

This commit is contained in:
argirok 2023-12-19 11:52:53 +02:00
parent 4922906bcd
commit 2a64a0c951
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export class ResultPreviewComponent implements OnInit, OnChanges {
this.linking = true;
this.share = true;
this.cite = true;
this.orcid = (this.properties.adminToolsPortalType == 'explore' || this.properties.adminToolsPortalType == 'community' || this.properties.adminToolsPortalType == 'aggregator') &&
this.orcid = (this.properties.adminToolsPortalType == 'explore' || this.properties.adminToolsPortalType == 'community' || this.properties.adminToolsPortalType == 'aggregator' || this.properties.adminToolsPortalType == 'irish') &&
this.showOrcid && this.result.identifiers && this.result.identifiers.size > 0;
}