Closed (won't fix)
Project:
OG Actions
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Jul 2008 at 14:33 UTC
Updated:
13 Apr 2009 at 13:07 UTC
title says it all.. attached are a patch against current head as well as a tar.gz of the module.
| Comment | File | Size | Author |
|---|---|---|---|
| og_actions_v2.tar_.gz | 7.67 KB | WorldFallz | |
| og_actions_v2_patch.txt | 16.21 KB | WorldFallz |
Comments
Comment #1
maudik commentedI 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.
Comment #2
ianchan commentedsubscribe
Comment #3
WorldFallz commentedog_actions has been incorporated into the og module. afaik, no further work is planned on this module.
Comment #4
rami.sedhom commentedI 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.