- First commit to issue fork.
I try to alter exposed filter form to change value with
function MODULE_form_views_exposed_form_alter(&$form, FormStateInterface $form_state, $form_id) {
or
function MODULE_form_alter(&$form, FormStateInterface $form_state, $form_id) {
but hook never call.
When i exposed form in block the hooks work fine.
Create a view with exposed filter form.
add form_alter function in you module and debug.
after that, expose form in block and try again.
Thank you
Closed: cannot reproduce
9.3
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.