From 70ee9456d9254e4c11186cf6882dc26d6596c91c Mon Sep 17 00:00:00 2001 From: Nikolaos Laskaris Date: Wed, 1 Nov 2017 13:36:47 +0200 Subject: [PATCH] - --- dmp-frontend/src/app/dmps/dmp.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index e7af656e1..2e75c9efd 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -161,7 +161,7 @@ updateDMP(){ //this.http.post('http://someurl', JSON.stringify(this.project)) this.dmp.project = {"id":this.dmp.project}; - this.dmp["version"] = 1; + debugger; this.serverService.updateDmp(this.dmp)