- 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. - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
wim leers β credited larowlan β .