This commit is contained in:
parent
a13134230f
commit
70ee9456d9
|
@ -161,7 +161,7 @@ updateDMP(){
|
||||||
//this.http.post('http://someurl', JSON.stringify(this.project))
|
//this.http.post('http://someurl', JSON.stringify(this.project))
|
||||||
|
|
||||||
this.dmp.project = {"id":this.dmp.project};
|
this.dmp.project = {"id":this.dmp.project};
|
||||||
this.dmp["version"] = 1;
|
|
||||||
|
|
||||||
debugger;
|
debugger;
|
||||||
this.serverService.updateDmp(this.dmp)
|
this.serverService.updateDmp(this.dmp)
|
||||||
|
|
Loading…
Reference in New Issue