Bug Fixed on New Dmp Finalize option
This commit is contained in:
parent
62bf286f3f
commit
71bceef123
|
@ -90,7 +90,7 @@
|
|||
class="lightblue-btn text-uppercase mr-2">{{'DMP-EDITOR.ACTIONS.SAVE' | translate}}
|
||||
</button>
|
||||
</div>
|
||||
<div *ngIf="dmp.lockable && this.formGroup.enabled">
|
||||
<div *ngIf="this.formGroup.enabled">
|
||||
<button type="button" mat-raised-button color="primary" class="lightblue-btn text-uppercase"
|
||||
(click)="saveAndFinalize()">{{'DMP-EDITOR.ACTIONS.FINALISE' | translate}}
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue