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 8f372f6 commit 29a1d01Copy full SHA for 29a1d01
services/web/server/src/simcore_service_webserver/users/_accounts_service.py
@@ -329,7 +329,7 @@ def _create_product_and_user_data(
329
else "IT'IS Foundation"
330
)
331
332
- # Extract UI information
+ # Extract UI information from product.vendor.ui (optional)
333
ui_data = ProductUIData(
334
project_alias=(
335
product.vendor.get("ui", {}).get("project_alias") or "study"
0 commit comments