From bfcb178c25c7f9daa1329ab667b3cc65f3dcd30d Mon Sep 17 00:00:00 2001 From: annampak Date: Fri, 27 Oct 2017 11:56:37 +0300 Subject: [PATCH] dmp project --- dmp-frontend/src/app/dmps/dmp.component.ts | 2 +- dmp-frontend/src/app/dmps/dmps.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index 0a94319a1..a7de08c0d 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -131,7 +131,7 @@ myFunction() { SaveNewDmp(){ - console.log(this.dmp, this.dmp.projectsDropDownKey); + console.log(this.dmp, this.dmp.projectsDropDownKey); debugger; //this.http.post('http://someurl', JSON.stringify(this.project)) this.serverService.createDmpForProject(this.dmp) .subscribe( diff --git a/dmp-frontend/src/app/dmps/dmps.html b/dmp-frontend/src/app/dmps/dmps.html index b8afa45cb..61b39922f 100644 --- a/dmp-frontend/src/app/dmps/dmps.html +++ b/dmp-frontend/src/app/dmps/dmps.html @@ -64,7 +64,7 @@
-