Fixes bug on not updating Dataset's DMP.

This commit is contained in:
gkolokythas 2019-06-03 16:09:38 +03:00
parent 988fdc3ebb
commit 2f139471dc
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ public class Dataset implements DataEntity<Dataset, UUID> {
return item;
}).collect(Collectors.toList()));
}
this.setDmp(entity.getDmp());
this.setStatus(entity.getStatus());
this.setProfile(entity.getProfile());
this.setModified(new Date());