added label on dmp.clone
This commit is contained in:
parent
044a6947fa
commit
229767436d
Binary file not shown.
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue