[sourceName]="affiliation.sourceName || affiliation.source"
[assertionOriginName]="affiliation.assertionOriginName"
[assertionOriginOrcid]="affiliation.assertionOriginOrcid"
+ [assertionOriginClientId]="affiliation.assertionOriginClientId"
[stackLength]="affiliationStack.affiliations.length"
[(displayTheStack)]="displayTheStack"
(makePrimary)="makePrimaryCard(affiliation)"
diff --git a/src/app/record/components/funding-stack/funding-stack.component.html b/src/app/record/components/funding-stack/funding-stack.component.html
index ce22149cba..4fe3b4683d 100644
--- a/src/app/record/components/funding-stack/funding-stack.component.html
+++ b/src/app/record/components/funding-stack/funding-stack.component.html
@@ -45,6 +45,7 @@
[isPreferred]="isPreferred(funding)"
[sourceName]="funding.sourceName || funding.source"
[assertionOriginName]="funding.assertionOriginName"
+ [assertionOriginClientId]="funding.assertionOriginClientId"
[assertionOriginOrcid]="funding.assertionOriginOrcid"
[stackLength]="fundingStack.fundings.length"
[(displayTheStack)]="displayTheStack"
diff --git a/src/app/record/components/peer-review-stack/peer-review-stack.component.html b/src/app/record/components/peer-review-stack/peer-review-stack.component.html
index 1958268db6..b35e12ef50 100644
--- a/src/app/record/components/peer-review-stack/peer-review-stack.component.html
+++ b/src/app/record/components/peer-review-stack/peer-review-stack.component.html
@@ -117,6 +117,7 @@
[isPreferred]="isPreferred(subPeerReview)"
[sourceName]="subPeerReview.sourceName || subPeerReview.source"
[assertionOriginName]="subPeerReview.assertionOriginName"
+ [assertionOriginClientId]="subPeerReview.assertionOriginClientId"
[assertionOriginOrcid]="subPeerReview.assertionOriginOrcid"
[stackLength]="peerReviewStack.peerReviews.length"
[(displayTheStack)]="displayTheStack"
diff --git a/src/app/record/components/research-resource-stack/research-resource-stack.component.html b/src/app/record/components/research-resource-stack/research-resource-stack.component.html
index d6bbf04953..124f1ffaaa 100644
--- a/src/app/record/components/research-resource-stack/research-resource-stack.component.html
+++ b/src/app/record/components/research-resource-stack/research-resource-stack.component.html
@@ -44,6 +44,7 @@
[sourceName]="research.sourceName || research.source"
[assertionOriginName]="research.assertionOriginName"
[assertionOriginOrcid]="research.assertionOriginOrcid"
+ [assertionOriginClientId]="research.assertionOriginClientId"
[stackLength]="researchResourceStack.researchResources.length"
[(displayTheStack)]="displayTheStack"
(makePrimary)="makePrimaryCard(research)"
diff --git a/src/app/record/components/work-stack/work-stack.component.html b/src/app/record/components/work-stack/work-stack.component.html
index 104e15caec..5fa528e875 100644
--- a/src/app/record/components/work-stack/work-stack.component.html
+++ b/src/app/record/components/work-stack/work-stack.component.html
@@ -54,6 +54,7 @@
{{ work.title.value }}
[isPreferred]="isPreferred(work)"
[sourceName]="work.sourceName || work.source"
[assertionOriginName]="work.assertionOriginName"
+ [assertionOriginClientId]="work.assertionOriginClientId"
[assertionOriginOrcid]="work.assertionOriginOrcid"
[stackLength]="workStack.works.length"
[(displayTheStack)]="displayTheStack"