Viewing of beans is restricted by bean_access() which checks for permissions to view beans of particular types. However, it looks no permissions have actually been defined in the module, and so no bean type specific permissions are showing up on /admin/people/permissions. So, currently, the only one who can view Beans is the site administrator.

CommentFileSizeAuthor
#2 1172884-bean-hook-permission.patch455 bytesmrfelton

Comments

indytechcook’s picture

Status: Active » Fixed

The issue was the misnamed hook_permission (I did hook_permissions). The fix has been pushed. http://drupal.org/node/1172884

mrfelton’s picture

Status: Fixed » Needs review
StatusFileSize
new455 bytes

It looks like you committed this to master, whereas al of the other recent commits have been made to the 7.x-1.x branch. Here is a patch that you can apply to the 7.x-1.x branch.

indytechcook’s picture

Status: Needs review » Fixed

Now it's really fixed :)

Status: Fixed » Closed (fixed)

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