We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c22c6 commit 6e529d1Copy full SHA for 6e529d1
1 file changed
src/app/shared/context-menu/orcid-view-page/orcid-view-page-menu.component.html
@@ -1,4 +1,4 @@
1
<button *ngIf="isAuthorized | async" class="dropdown-item"
2
- [routerLink]="['/items', contextMenuObject.id, 'edit']"
+ [routerLink]="['/items', contextMenuObject.id, 'orcid']"
3
[innerHTML]="'context-menu.actions.orcid-view' | translate">
4
</button>
0 commit comments