If you uncheck all boxes on the grant tab, permissions work fine. In my case, I'd use this to mean "Administrators only." The problem with this is when permissions are rebuilt using Drupal's built-in tool, these admin-only pages are reset to the default for the content type since the backend stores it as blank.
The fix is to add in the Administrators role even though they always have access anyways, and the attached patch. It checks if the form is blank, and if so will load the content type defaults.
| Comment | File | Size | Author |
|---|---|---|---|
| blank_grants_fix.patch | 826 bytes | astoltz |
Comments
Comment #1
Anonymous (not verified) commentedWouldn't a better option be to create an Administrator role and set the permissions on that node to be only viewable by that role?