Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2009 at 15:52 UTC
Updated:
6 Mar 2009 at 20:20 UTC
Currently, static cache in views_get_all_views() can't be reset. This makes information about available views stale and causes errors in the case of multiple forms being executed within the same page load by the way of drupal_execute().
This patch adds optional parameter for resetting the static cache.
| Comment | File | Size | Author |
|---|---|---|---|
| get_all_views_reset_static.patch | 766 bytes | vaish |
Comments
Comment #1
merlinofchaos commentedCommitted. Thanks!