- Issue created by @wim leers
- 🇪🇸Spain penyaskito Seville 💃, Spain 🇪🇸, UTC+2 🇪🇺
wim leers → credited penyaskito → .
- Merge request !918#3519878: ContentCreatorVisibleXbConfigEntityAccessControlHandler's `view` access must refuse access to disabled config entities → (Open) created by penyaskito
- 🇪🇸Spain penyaskito Seville 💃, Spain 🇪🇸, UTC+2 🇪🇺
This has new tests, removes
xb_visible_when_disabled
, and behaves the same way as HEAD.
The only issue is that JavaScriptComponent is singled-out:$require_status_true = match ($xb_config_entity_type->getHandlerClass('access')) { ContentCreatorVisibleXbConfigEntityAccessControlHandler::class => FALSE, XbConfigEntityAccessControlHandler::class => ($xb_config_entity_type->id() !== JavaScriptComponent::ENTITY_TYPE_ID), default => throw new \LogicException(), };
This means that Pattern probably should have had the
xb_visible_when_disabled
flag too.
NR for confirmation.