added label on dmp.clone

This commit is contained in:
Nikolaos Laskaris 2017-11-07 18:05:54 +02:00
parent 044a6947fa
commit 229767436d
2 changed files with 1 additions and 1 deletions

View File

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