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.

CommentFileSizeAuthor
#4 bean-1216572-4.patch362 bytesduellj

Comments

indytechcook’s picture

i think this works now. Can you check?

mrfelton’s picture

Status: Active » Fixed

It does seem to work now. Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

duellj’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new362 bytes

This 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.

indytechcook’s picture

Status: Needs review » Fixed

This was committed last week and i forgot to update this issue.

http://drupal.org/commitlog/commit/22232/f5179fe40ee3bd2877f7cf0c62f1634...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.