mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
add sending updated task column data
This commit is contained in:
@@ -261,9 +261,10 @@ function editValue(list, task, event, cell, column) {
|
||||
blenderId: blenderId,
|
||||
operator: {
|
||||
type: "editTask",
|
||||
taskId: task.getOriginalID(),
|
||||
column: column,
|
||||
value: event.target.value,
|
||||
},
|
||||
};
|
||||
// socket.emit("web_operator", msg);
|
||||
socket.emit("web_operator", msg);
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@ class Web(blenderbim.core.tool.Web):
|
||||
|
||||
@classmethod
|
||||
def handle_gantt_operator(cls, operator_data):
|
||||
pass
|
||||
print(operator_data)
|
||||
|
||||
@classmethod
|
||||
def open_web_browser(cls, port):
|
||||
|
||||
Reference in New Issue
Block a user