mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
CST-9639: Fixed error on control remove, fixed cancel button behavior, fixed bad state of access control tab on load, fixed translations, added jsdocs
This commit is contained in:
@@ -153,12 +153,12 @@
|
||||
<hr *ngIf="showSubmit">
|
||||
|
||||
<div *ngIf="showSubmit" class="d-flex justify-content-end">
|
||||
<button class="btn btn-outline-primary mr-3" (click)="reset()">
|
||||
<button class="btn btn-outline-primary mr-3" (click)="reset()" type="button">
|
||||
{{ 'access-control-cancel' | translate }}
|
||||
</button>
|
||||
<button class="btn btn-primary"
|
||||
[disabled]="!state.item.toggleStatus && !state.bitstream.toggleStatus"
|
||||
(click)="submit()">
|
||||
(click)="submit()" type="submit">
|
||||
{{ 'access-control-execute' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user