I like the new default privacy settings on node types (disabled, enabled-private by default, enabled-public by default). However, these settings aren't being saved, and thus aren't applied when editing nodes.
I've attached a patch against 6.x-1.0 that should fix this.
Since this is also used as an example node access module, I edited the comments in private_node_alter to better explain what's going on.
| Comment | File | Size | Author |
|---|---|---|---|
| private.module.node_type_settings.patch | 2.32 KB | jshuster@drupal.org |
Comments
Comment #1
jponch commented+1
Worked great for me :) Thanks!
Comment #2
greenmachine commentedThis patch worked for me as well. If anyone else hits this problem, make sure to fix the typo on the constant name on line 13 as well.
Comment #3
q0rban commentedLooks like this is fixed.