mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 18:20:06 +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,
|
blenderId: blenderId,
|
||||||
operator: {
|
operator: {
|
||||||
type: "editTask",
|
type: "editTask",
|
||||||
|
taskId: task.getOriginalID(),
|
||||||
column: column,
|
column: column,
|
||||||
value: event.target.value,
|
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
|
@classmethod
|
||||||
def handle_gantt_operator(cls, operator_data):
|
def handle_gantt_operator(cls, operator_data):
|
||||||
pass
|
print(operator_data)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def open_web_browser(cls, port):
|
def open_web_browser(cls, port):
|
||||||
|
|||||||
Reference in New Issue
Block a user