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:
Ziad-I
2024-07-31 14:33:07 +03:00
committed by Dion Moult
parent 4fd802bf3d
commit b0c132f73a
+1 -1
View File
@@ -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