It should be useful that a node assigned to a specific og group still be dependant from the private module.
If it is set to private, it will be visible only to the node author.
If it isn't check to private, it will be visible to all users subscribed to the corresponding group.

Is someone working on the private-og integration?

CommentFileSizeAuthor
#1 private_high_priority.patch1.68 KBLuca Lenardi

Comments

Luca Lenardi’s picture

Status: Active » Needs review
StatusFileSize
new1.68 KB

This patch fixes some bugs on the hook_node_access_records and hook_node_access_grants and also add a variable_get() to set a very high priority to make private win against other node access modules.

Now private is perfectly integrated with og beacuse if a node is set as private it could be accessed only by the author even if it belongs to a group.

Luca Lenardi’s picture

Status: Needs review » Closed (fixed)

Patch from http://drupal.org/node/124439 solves this issue.