- Issue created by @lwalley
- @lwalley opened merge request.
- Status changed to Needs review
about 1 year ago 8:16pm 13 November 2023 - πΊπΈUnited States lwalley
Patch assumes all components require additional arguments. In our case we are only using panels_pane component which requires additional arguments. If there is a component type that does not require additional arguments then the patch would need to be adjusted to either check the component type or ensure callbacks such as esi_panels__esi_pane_prepare() can handle no arguments.
- πΊπΈUnited States lwalley
Added commit to allow render callbacks to return FALSE to trigger a 404 in the menu callback. Might help with #2609714: esi_block__esi_block_prepare should return esi_fast_404 not FALSE when no esi β .
For usage example for panels pane see #2299903: Doesn't work with exported panels? β .