We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a168e9 commit 58c1aedCopy full SHA for 58c1aed
services/web/server/src/simcore_service_webserver/projects/projects_service.py
@@ -975,8 +975,8 @@ async def update_project_node_state(
975
permission="write", # NOTE: MD: before only read was sufficient, double check this
976
)
977
978
- # TODO: https://github.com/ITISFoundation/osparc-simcore/issues/7046
979
- # delete this once workbench is removed from the projects table
+ # Delete this once workbench is removed from the projects table
+ # See: https://github.com/ITISFoundation/osparc-simcore/issues/7046
980
updated_project, _ = await db.update_project_node_data(
981
user_id=user_id,
982
project_uuid=project_id,
0 commit comments