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 e7a9e9d commit cf8ddbeCopy full SHA for cf8ddbe
services/web/server/src/simcore_service_webserver/projects/_crud_api_read.py
@@ -53,7 +53,8 @@ async def _append_fields(
53
# replace project access rights (if project is in workspace)
54
if workspace_access_rights:
55
project["accessRights"] = {
56
- gid: access.model_dump() for gid, access in workspace_access_rights.items()
+ f"{gid}": access.model_dump()
57
+ for gid, access in workspace_access_rights.items()
58
}
59
60
# validate
0 commit comments