Our group roles who have 'access revisions options of' permissions can see the revisions list, but when they click on an individual revision to view it (node/%node/revisions/%/view) , they receive access denied.

The other items in hook_menu_alter are working fine, but after experimenting with print statements it looks like og_moderation_node_revision_access() is not being executed for group-level roles on 'node/%node/revisions/%/view'. It is being executed on node/%node/revisions.

Any ideas?

Comments

joelpittet’s picture

Sounds like the drupal core revision permission is missing. Check view revisions permission in the node module.

shenzhuxi’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this issue with a minimal installation.
Free to re-open this if you can reproduce it.