mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
fix when sending csv or gantt data it is saved in the WebData
due to load not always being called as sometimes WebData is loaded before
This commit is contained in:
@@ -262,7 +262,7 @@ class Web(blenderbim.core.tool.Web):
|
||||
if use_web_data:
|
||||
if not WebData.is_loaded:
|
||||
WebData.load()
|
||||
payload = WebData.data
|
||||
payload = WebData.data.copy()
|
||||
|
||||
if data is not None:
|
||||
payload[data_key] = data
|
||||
|
||||
Reference in New Issue
Block a user