Fix add entity with id

This commit is contained in:
Thomas Krijnen
2026-01-14 14:00:00 +01:00
parent 94427ebcb3
commit 0a5dd78774
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ class file_mixin:
"""
eid = kwargs.pop("id", -1)
e = self.create(type)
e = self.create(type, eid)
# Create pairs of {attribute index, attribute value}.
# Keyword arguments are mapped to their corresponding