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

fago’s picture

I'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

thekevinday’s picture

subscribe

good_man’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Fixed

This is done in Content Access 7.x and Rules 2.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.