Hotfix order increment breaking property insert

This commit is contained in:
Stefan Zermatten
2023-08-01 12:09:21 +02:00
parent 31c2580a9b
commit d9e0679734

View File

@@ -60,8 +60,6 @@ const insertPropertyFromLibraryNode = new ValidatedMethod({
nodeIds.forEach(nodeId => {
// TODO: Check library view permission for each node before starting
node = insertPropertyFromNode(nodeId, ancestors, order);
// Increment order, slightly, to keep the nodes inserted in the given id order
order += 0.001;
});
// get one of the root inserted docs