Active
Project:
Workbench Moderation
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 13:43 UTC
Updated:
4 Apr 2013 at 13:43 UTC
Hi,
it is possible to have a new hook_workbench_moderation_revision_access for managing the access rules to view/revert/delete revisions?
I try to add a hook in the function _workbench_moderation_revision_access
Before the "return $access", I add
drupal_alter('workbench_moderation_revision_access', $access, $node, $op);
Could it be usefull for the workbench moderation solution?