mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:10:53 +00:00
Fix bug where ownership history was not tracked on document association.
This commit is contained in:
@@ -56,7 +56,7 @@ class Usecase:
|
|||||||
"IfcRelAssociatesDocument",
|
"IfcRelAssociatesDocument",
|
||||||
**{
|
**{
|
||||||
"GlobalId": ifcopenshell.guid.new(),
|
"GlobalId": ifcopenshell.guid.new(),
|
||||||
# TODO: owner history
|
"OwnerHistory": ifcopenshell.api.run("owner.create_owner_history", self.file),
|
||||||
"RelatingDocument": self.settings["document"],
|
"RelatingDocument": self.settings["document"],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user