This commit is contained in:
Nikolaos Laskaris 2017-11-01 13:36:47 +02:00
parent a13134230f
commit 70ee9456d9
1 changed files with 1 additions and 1 deletions

View File

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