Skip to content

Commit 623f926

Browse files
add issue reference
1 parent 2d45d5c commit 623f926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/projects_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,8 @@ async def update_project_node_state(
975975
permission="write", # NOTE: MD: before only read was sufficient, double check this
976976
)
977977

978-
# TODO: delete this once workbench is removed from the projects table
978+
# TODO: https://github.com/ITISFoundation/osparc-simcore/issues/7046
979+
# delete this once workbench is removed from the projects table
979980
updated_project, _ = await db.update_project_node_data(
980981
user_id=user_id,
981982
project_uuid=project_id,

0 commit comments

Comments
 (0)