Skip to content
Snippets Groups Projects
Verified Commit 9e474348 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix #216

parent 31243e69
No related branches found
No related tags found
3 merge requests!96DOC: Added CITATION.cff to the list of files in the release guide where the...,!95DOC: Added CITATION.cff to the list of files in the release guide where the...,!94fix https://gitlab.com/caosdb/caosdb-server/-/issues/216
Pipeline #37140 failed
......@@ -97,6 +97,7 @@ public class DatabaseUtils {
&& (!p.hasProperties() || hasUniquePropertyId(p, e))
&& !(p.getDatatype() instanceof AbstractCollectionDatatype)) {
// if p has no sub-properties, just add it
p.setReplacement(null);
} else {
stage1Inserts.add(makeReplacement(p));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment