- Issue created by @prudloff
- Assigned to tagpy
Hi,
Please find the patch.
Few notes for developers:
- In the facets module they listen the event *facets_filter* using jquery we cannot trigger the event using javascript dispatch. We need to use the jQuery trigger function.- In the facets module they are using the plainRender which stops drupalSettings to update. Line 159 file src/Controller/FacetBlockAjaxController.php
$block_view = (string) $this->renderer->renderPlain($block_view);
- Status changed to Needs review
6 months ago 10:24am 29 May 2024 - Issue was unassigned.