Bug Fixed on New Dmp Finalize option

This commit is contained in:
apapachristou 2019-05-28 13:42:12 +03:00
parent 62bf286f3f
commit 71bceef123
1 changed files with 1 additions and 1 deletions

View File

@ -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>