Closed (fixed)
Project:
Content Access
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Nov 2009 at 17:26 UTC
Updated:
21 Jul 2011 at 21:21 UTC
It seems that this module only supports Rules actions, but this exempts it from working with other modules such as Workflow.
I'm planning to work on this. Would such a patch be accepted, or would I be better off to make a separate Content Access Actions module?
Comments
Comment #1
fagoI'd be fine with a patch adding core-actions support, although the acl-related actions can't be added as they require two arguments. But if you tackle that, please make sure it also works fine with rules. Best just add action_info() for those actions and reuse the existing functions. Then set 'rules_ignore' to TRUE in hook_action_info() as we have that actions already in rules (see [#299055] for docs).
You could also go with using rules for workflow: #370111: Rules integration for Workflow
Comment #2
thekevinday commentedsubscribe
Comment #3
good_man commentedThis is done in Content Access 7.x and Rules 2.x.