title says it all.. attached are a patch against current head as well as a tar.gz of the module.

Comments

maudik’s picture

I tried this patch with the follow configuration:

Drupal 5.12
Actions 5.x-2.6
Trigger Unlock 6.x-1.0
Organic groups 5.x-8.0
Workflow 5.x-2.3

I tried the Actions 'Make the node publicly visible' and 'Make the node private to its groups' but though the node was correctly saved with field og_public to 1 or 0, the permissions for node didn't changed. If I published the node the permission changed.

Standard actions like 'Publish post' works correctly.
Anyone can help me?

Thank you.

ianchan’s picture

subscribe

WorldFallz’s picture

Status: Needs review » Closed (won't fix)

og_actions has been incorporated into the og module. afaik, no further work is planned on this module.

rami.sedhom’s picture

I tried this patch with the follow configuration:

Drupal 5.15
Actions 5.x-2.6
Organic groups 5.x-8.0

I tried the action 'Add node to the specified group' and it doesn't work, when I traced the code. I found that the statement (line# 238):
$groups = variable_get('og_node_types', array('og'));
doesn't return any thing coz there's no variable in table variable with name='og_node_types' and the group node type in my setting is 'group'. When I changed the group node type to 'og', it works fine.