Skip to content
Snippets Groups Projects
Commit f9f540e1 authored by Florian Spreckelsen's avatar Florian Spreckelsen Committed by Timm Fitschen
Browse files

REVIEW: apply suggested changes

parent 5d5ea963
No related branches found
No related tags found
2 merge requests!103Release 0.11.0,!99F refactor retrieve/insert properties
Pipeline #39698 passed
......@@ -93,10 +93,6 @@ public class DatabaseUtils {
&& !p.isDatatypeOverride()
&& (!p.hasProperties() || hasUniquePropertyId(p, e))
&& !(p.getDatatype() instanceof AbstractCollectionDatatype)) {
// this property can be represented without any replacement. We explicitly
// setReplacement(null) because there is a corner case (related to the inheritance of
// properties) where there is a replacement present which belongs to the parent entity, see
// https://gitlab.com/caosdb/caosdb-server/-/issues/216.
stage1Inserts.add(p);
} else {
Replacement r = new Replacement(p);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment