Skip to content

Commit d1429fc

Browse files
Merge branch 'main' into lmendoza/enable-new-relic
2 parents a478138 + c9d3ecc commit d1429fc

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.112.9 - 2025-04-02
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.112.8...v2.112.9)
4+
5+
## v2.112.8 - 2025-04-01
6+
7+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.112.7...v2.112.8)
8+
19
## v2.112.7 - 2025-03-31
210

311
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.112.6...v2.112.7)

src/app/account-trusted-parties/components/dialog-revoke-your-own-permissions/dialog-revoke-your-own-permissions.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
>
1919
</p>
2020

21-
<app-alert-message type="warning" class="orc-font-body-small">
21+
<app-alert-message type="notice" class="orc-font-body-small">
2222
<ng-container content i18n="@@account.warningRevokeAccess">
2323
This user will be notified that you have revoked your account delegate
2424
access permissions for their record.

src/app/account-trusted-parties/components/settings-users-that-thrust-you/settings-users-that-thrust-you.component.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@
8282
<th mat-header-cell *matHeaderCellDef></th>
8383
<td mat-cell *matCellDef="let element">
8484
<div class="actions-container orc-font-body-small">
85-
<mat-icon
86-
(click)="revokeAccess(element)"
87-
class="warn pointer"
88-
[routerLink]="trustedPartiesUrl"
89-
>block</mat-icon
90-
>
85+
<mat-icon class="warn pointer">block</mat-icon>
9186

9287
<a
9388
class="underline warn"

0 commit comments

Comments
 (0)