Active
Project:
OG Vocabulary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2010 at 14:27 UTC
Updated:
7 Sep 2010 at 21:03 UTC
Jump to comment: Most recent file
The block cache for og_vocab is currently not specified, so it's going to the default which is BLOCK_CACHE_PER_ROLE which doesn't make much sense. See #713556: Block cache for "Group notifications (Views enhanced)" for a report of this problem.
I think BLOCK_NO_CACHE makes more sense for this, unless you feel it is really expensive to calculate in which case we could try to do per page per user.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 795916_og_vocab_cache.patch | 607 bytes | greggles |
Comments
Comment #1
amitaibuIndeed, I think no cache should be defined, can you roll a patch?
Comment #2
gregglesSure.
Comment #3
amitaibuCommitted, thanks.
Comment #5
gregglesI just ran
update blocks set cache = -1 where module = 'og_vocab'so the change is actually reflected in the database.I think a hook_update could do this.
Comment #6
christefano commentedLooks good to me so far. Thanks!
#904678: other groups' "group categories" blocks randomly appear in my group is a duplicate of this issue.