- Issue created by @plopesc
- Merge request !7919Issue #3445369: BlockComponentRenderArray::onBuildRender() does not check block access in Preview mode β (Open) created by plopesc
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
I think this is because the admin needs to be able to configure the block still
So we probably need a fallback
- Status changed to Closed: works as designed
7 months ago 9:22pm 7 May 2024 - πͺπΈSpain plopesc Valladolid
You were right.
Blocks need to be accessible for administrative purposes. Block itself has to ensure the logic in
build()
is safe enough and not rely onblockAccess()
for logic that could throw unexpected exceptions.Thank you for your help here.