Views_exposed_form doesn't process when a batch is set.
drupal_process_form also does this check, but sees if one of the variables added in batch_process is set to avoid acting unless it is processing.
Attached patches erflect that, both due the same but first one more like drupal_process_form.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views_batch_exposed_form.patch | 531 bytes | hefox |
| #1 | views_batch_exposed_form_varient_2.patch | 520 bytes | hefox |
| views_batch_exposed_form_varient_2.patch | 521 bytes | hefox | |
| views_batch_exposed_form.patch | 532 bytes | hefox |
Comments
Comment #1
hefox commented*smacks head* misplaced !
Comment #2
merlinofchaos commentedI went with the first variant. COmmitted to all branches.