Default values for restricted access per content type would be useful
rupertj - August 20, 2009 - 12:57
| Project: | Restricted content |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
This module did exactly what I was looking for - but had no ability to set default restrictions for a given content type. (The site I'm setting up needs certain content types restricted by default). The supplied patch adds the ability to select default restrictions when editing a content type. These are then set when creating a new instance of that type.
| Attachment | Size |
|---|---|
| restricted_content_with_defaults.patch | 5.58 KB |

#1
I just spotted a few issues with the previous patch (Previously set defaults didn't appear when editing a content type, and the access options were in a stupid place in the forms). This new patch replaces the first one and fixes these issues.