[angular-16-irish-monitor | DONE | CHANGED] Entity Actions: show Orcid for the case of irish
This commit is contained in:
parent
4922906bcd
commit
2a64a0c951
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue