no message
This commit is contained in:
parent
4d191f50ca
commit
702339d9d6
|
@ -76,22 +76,6 @@ export class DynamicFormComponent implements OnInit {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
submit() {
|
|
||||||
this.datasetWizardService.saveDataset(this.dataModel, this.form.value).subscribe(data => {
|
|
||||||
this.router.navigateByUrl("/datasets/dmp/" + this.dataModel.dmp.id);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
save() {
|
|
||||||
this.dataModel.status = "0";
|
|
||||||
this.submit();
|
|
||||||
}
|
|
||||||
|
|
||||||
saveFinalize() {
|
|
||||||
this.dataModel.status = "1";
|
|
||||||
this.submit();
|
|
||||||
}
|
|
||||||
|
|
||||||
toggleSidebar() {
|
toggleSidebar() {
|
||||||
this.visibleSidebar = !this.visibleSidebar;
|
this.visibleSidebar = !this.visibleSidebar;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue