Fixes bug not saving or updating the "Uri" value on a Dataset Description.

This commit is contained in:
gkolokythas 2019-09-06 12:15:05 +03:00
parent 1b83d57bcd
commit 7fe3962be4
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ public class Dataset implements DataEntity<Dataset, UUID> {
return item;
}).collect(Collectors.toList()));
}
this.setUri(entity.getUri());
this.setDescription(entity.getDescription());
this.setLabel(entity.getLabel());
this.setProperties(entity.getProperties());