Skip to content

Commit

Permalink
Merge pull request #1209 from ORCID/affiliationDeleteMessage
Browse files Browse the repository at this point in the history
added debug
  • Loading branch information
bobcaprice authored Jun 4, 2024
2 parents 6d5395a + 1679ac6 commit 1b67fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/affiliation/affiliation-delete.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ <h4 class="modal-title" i18n="@@entity.delete.title.string">Confirm deletion</h4
</div>
<div class="modal-body">
<app-alert-error></app-alert-error>
<p>added to orcid: {{ affiliation?.addedToORCID }}</p>
<p *ngIf="!affiliation?.addedToORCID" i18n="@@gatewayApp.assertionServiceAssertion.delete.fromPortal.string">
Are you sure you want to delete this affiliation from the portal?
</p>
Expand Down

0 comments on commit 1b67fef

Please sign in to comment.