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 98ee0e6 commit 72b3ecaCopy full SHA for 72b3eca
services/web/server/src/simcore_service_webserver/projects/utils.py
@@ -93,7 +93,7 @@ def _replace_uuids(node: str | list | dict) -> str | list | dict:
93
project_copy["ui"].get("slideshow", {})
94
)
95
96
- # exclude conversations
+ # exclude annotations UI info for conversations done in the source project
97
annotations = project_copy.get("ui", {}).get("annotations", {}).copy()
98
for ann_id, ann in annotations.items():
99
if ann["type"] == "conversation":
0 commit comments