In the menu hook there is a reference to a 'administer block_edit' permission - but I don't see it in the permission settings page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add-permission-822664-2.patch | 413 bytes | joelstein |
In the menu hook there is a reference to a 'administer block_edit' permission - but I don't see it in the permission settings page.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add-permission-822664-2.patch | 413 bytes | joelstein |
Comments
Comment #1
joelstein commentedIn the 6.x-1.x-dev branch, hook_perm exists. We just need to add the "administer block_edit" permission. This patch does so.
Comment #2
joelstein commentedI was given co-maintainer privileges. This has been committed to 6.x-1.x:
http://drupal.org/commitlog/commit/7690/9de56093a369b55df684d95cd6c25548...
Expect a release shortly.