We are running into an issue where the form validation is failing for the exposed filters during a batch export. The fix for this issue turned out to be a relatively easy fix, but I am not sure WHY it fixes it (still investigating). It seems that static variables are persisting across batch operations (which may be an issue elsewhere). But this can be alleviated by not utilizing the statically cached form_set_error (passing TRUE as the third parameter).

Patch to follow...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

travist’s picture

Status: Active » Needs review
FileSize
698 bytes

Status: Needs review » Needs work

The last submitted patch, 2044015-fix_static_form_validation-D6-2.patch, failed testing.

MustangGB’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)