add sending updated task column data

This commit is contained in:
Ziad-I
2024-07-02 18:15:21 +03:00
parent ba4939b969
commit c9b440d348
2 changed files with 3 additions and 2 deletions
@@ -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);
}
+1 -1
View File
@@ -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):