From 528e5279c8fe79441be3e011626f503789f79a9b Mon Sep 17 00:00:00 2001 From: "CITE\\dtziotzios" Date: Tue, 29 Jan 2019 18:33:17 +0200 Subject: [PATCH] dataset draft save without validation --- .../app/ui/dataset/dataset-wizard/dataset-wizard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts index f51f72ea8..cd694c24e 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts @@ -285,7 +285,7 @@ export class DatasetWizardComponent extends BaseComponent implements OnInit, IBr save() { - if (!this.isFormValid()) { return; } + //if (!this.isFormValid()) { return; } this.formGroup.get('status').setValue('0'); this.submit(); }