Fixes bug not saving or updating the "Uri" value on a Dataset Description.
This commit is contained in:
parent
1b83d57bcd
commit
7fe3962be4
|
@ -285,6 +285,7 @@ public class Dataset implements DataEntity<Dataset, UUID> {
|
||||||
return item;
|
return item;
|
||||||
}).collect(Collectors.toList()));
|
}).collect(Collectors.toList()));
|
||||||
}
|
}
|
||||||
|
this.setUri(entity.getUri());
|
||||||
this.setDescription(entity.getDescription());
|
this.setDescription(entity.getDescription());
|
||||||
this.setLabel(entity.getLabel());
|
this.setLabel(entity.getLabel());
|
||||||
this.setProperties(entity.getProperties());
|
this.setProperties(entity.getProperties());
|
||||||
|
|
Loading…
Reference in New Issue