Block with forms shouldn't be cached
robbiethegeek - August 12, 2009 - 19:27
| Project: | Form Block |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
This being cached causes issues, specifically we were seeing validation errors. These blocks should be set to BLOCK_NO_CACHE (-1) so that these issues go away on sites with block caching enabled.

#1
Please see http://drupal.org/cvs?commit=297366
I'll try to wrap this up in a new beta soon.