mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[CST-4499] Version history (WIP) - Authorization features - Deleting not working
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<button *ngIf="isAuthorized$ | async"
|
||||
class="edit-button btn btn-dark btn-sm"
|
||||
(click)="createNewVersion()"
|
||||
[ngbTooltip]="tooltipMsg | translate"
|
||||
role="button" [title]="tooltipMsg |translate" [attr.aria-label]="tooltipMsg |translate">
|
||||
[disabled]="hasDraftVersion$ | async"
|
||||
[ngbTooltip]="tooltipMsg$ | async | translate"
|
||||
role="button" [title]="tooltipMsg$ | async |translate" [attr.aria-label]="tooltipMsg$ | async | translate">
|
||||
<i class="fas fa-code-branch fa-fw"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user