mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-12109] added discernable text to delete button for non-admin users
This commit is contained in:
@@ -183,6 +183,7 @@
|
|||||||
ngbTooltip="{{'quality-assurance.event.action.undo' | translate}}"
|
ngbTooltip="{{'quality-assurance.event.action.undo' | translate}}"
|
||||||
container="body"
|
container="body"
|
||||||
[disabled]="eventElement.isRunning"
|
[disabled]="eventElement.isRunning"
|
||||||
|
[attr.aria-label]="'quality-assurance.event.action.undo' | translate"
|
||||||
(click)="openModal('UNDO', eventElement, undoModal)">
|
(click)="openModal('UNDO', eventElement, undoModal)">
|
||||||
<i class="fas fa-trash-alt"></i>
|
<i class="fas fa-trash-alt"></i>
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user