Skip to content

Commit 63d3452

Browse files
committed
doc
1 parent 310c45f commit 63d3452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/web/server/src/simcore_service_webserver/application_settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ def _get_disabled_public_plugins(self) -> list[str]:
461461
"WEBSERVER_SCICRUNCH",
462462
}
463463
return [_ for _ in public_plugin_candidates if not self.is_enabled(_)] + [
464-
# Permanently disabled
464+
# NOTE: Permanently retired in https://github.com/ITISFoundation/osparc-simcore/pull/7182
465+
# Kept here to disable front-end
465466
"WEBSERVER_META_MODELING",
466467
"WEBSERVER_VERSION_CONTROL",
467468
]

0 commit comments

Comments
 (0)