If you make an edit to a bean/block, these changes are only visible to users of the the same role of the user that made the edit. I think the block cache may need to be force flushed after an edit.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | bean-1216572-4.patch | 362 bytes | duellj |
Comments
Comment #1
indytechcook commentedi think this works now. Can you check?
Comment #2
mrfelton commentedIt does seem to work now. Marking as fixed.
Comment #4
duellj commentedThis is still an issue. Just running block_flush_caches() (in Bean::save()) actually won't flush the cache_block table, just the hook_block_info caches (among other things). Attached is a patch that will clear out the cache_block entries just for the bean being saved.
Comment #5
indytechcook commentedThis was committed last week and i forgot to update this issue.
http://drupal.org/commitlog/commit/22232/f5179fe40ee3bd2877f7cf0c62f1634...