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 68f0b24 commit a828994Copy full SHA for a828994
services/web/server/src/simcore_service_webserver/projects/_projects_db.py
@@ -16,7 +16,7 @@
16
17
# NOTE: MD: I intentionally didn't include the workbench. There is a special interface
18
# for the workbench, and at some point, this column should be removed from the table.
19
-# The same holds true for access_rights/ui/classifiers/quality, but we have decided to proceed step by step.
+# The same holds true for ui/classifiers/quality, but we have decided to proceed step by step.
20
_SELECTION_PROJECT_DB_ARGS = [ # noqa: RUF012
21
projects.c.id,
22
projects.c.type,
0 commit comments