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 310c45f commit 63d3452Copy full SHA for 63d3452
services/web/server/src/simcore_service_webserver/application_settings.py
@@ -461,7 +461,8 @@ def _get_disabled_public_plugins(self) -> list[str]:
461
"WEBSERVER_SCICRUNCH",
462
}
463
return [_ for _ in public_plugin_candidates if not self.is_enabled(_)] + [
464
- # Permanently disabled
+ # NOTE: Permanently retired in https://github.com/ITISFoundation/osparc-simcore/pull/7182
465
+ # Kept here to disable front-end
466
"WEBSERVER_META_MODELING",
467
"WEBSERVER_VERSION_CONTROL",
468
]
0 commit comments