Active
Project:
Delta
Version:
7.x-3.0-beta9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2012 at 00:01 UTC
Updated:
9 Apr 2012 at 13:03 UTC
'action-links' => array(
'title' => t('Action links'),
'cache' => DRUPAL_CACHE_GLOBAL,
),
caching is set to global. not every page has action links. i discovered than when using action links block, logged out and went to /forum (add new topic was gone)(add new topic is added to action links).
changing to DRUPAL_CACHE_PER_PAGE, solves this.
Comments
Comment #1
marcoka commentedany news on this. it kinda kills some important stuff.