Exposed block cache setting does not update blocks table
mfb - May 11, 2008 - 21:50
| Project: | Views |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
Love the exposed block cache settings -- http://drupal.org/node/243365 -- but in my testing, altering the view block cache setting in the views UI did not alter the block cache setting in the blocks table (that is, the setting which is actually used in getting and setting the cache). Seems like there needs to be some way for the view block display to update its corresponding entry in the blocks table.

#1
By the way, this also affects developers who modify the block cache setting in a view defined by code; they will have to manually update the cache setting in the blocks table.
#2
I'm not entirely sure there's a great deal I can do about this.
#3
Perhaps clearing the views cache could sync up the block cache settings?
#4
Not much views can do itself, this is core bug http://drupal.org/node/235673.
I have no time to work on a patch atm...
#5
Marking this postponed, awaiting resolution of that patch. It's possible that Views could forcibly change that setting in the blocks table if we think it is necessary.