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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1172884-bean-hook-permission.patch | 455 bytes | mrfelton |
Comments
Comment #1
indytechcook commentedThe issue was the misnamed hook_permission (I did hook_permissions). The fix has been pushed. http://drupal.org/node/1172884
Comment #2
mrfelton commentedIt 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.
Comment #3
indytechcook commentedNow it's really fixed :)