diff --git a/dmp-frontend/dmp-frontend-1-nov-2017.tar.gz b/dmp-frontend/dmp-frontend-1-nov-2017.tar.gz deleted file mode 100644 index 11a14df3f..000000000 Binary files a/dmp-frontend/dmp-frontend-1-nov-2017.tar.gz and /dev/null differ diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index 90288c376..2886ddf43 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -167,7 +167,7 @@ updateDMP(){ } cloneDMP(dmp){ - dmp = {"id": dmp.id}; + dmp = {"id": dmp.id, "label": dmp.label}; this.serverService.cloneDmp(dmp).subscribe( response => { simple_notifier("success",null,"Successfully cloned the DMP");