I've got a simple patch here that adds a user_access permission for flexinodes. Useful for sites with different levels of role who would like to restrict access to some flexinode content in a more nuanced way than "access content" allows.
| Comment | File | Size | Author |
|---|---|---|---|
| content_perm.patch | 583 bytes | joshk |
Comments
Comment #1
drumm+1
Comment #2
jonbob commentedI agree that it would be nice to have such a permission, but no other node modules work this way. I'd really like for this module to stay consistent with the rest of Drupal. Maybe file a feature request for permissions for "view stories", "view book pages", etc.?
Comment #3
jonbob commentedI have to "won't fix" this. This permission would be checked when viewing individual nodes, but would be ignored in node listings, which would be very confusing and perhaps even dangerous if people think content is private when it is not. Look to the node-level access patches for a real fix.