File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
services/web/server/src/simcore_service_webserver Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ def to_statics(self) -> dict[str, Any]:
332332 "support" : True ,
333333 "is_payment_enabled" : True ,
334334 "is_dynamic_services_telemetry_enabled" : True ,
335+ "support_standard_group_id" : True ,
335336 },
336337 exclude_none = True ,
337338 exclude_unset = True ,
Original file line number Diff line number Diff line change @@ -147,9 +147,6 @@ async def create_and_cache_statics_json(app: web.Application) -> None:
147147 release_vtag = _get_release_notes_vtag (vtag )
148148 data ["vcsReleaseUrl" ] = template_url .format (vtag = release_vtag )
149149
150- # Add support_standard_group_id
151- data ["supportStandardGroupId" ] = product .support_standard_group_id
152-
153150 data_json = json_dumps (data )
154151 _logger .debug ("Front-end statics.json: %s" , data_json )
155152
You can’t perform that action at this time.
0 commit comments