Posted by pvasener on December 11, 2008 at 3:23pm
| Project: | Content Type Administration by Organic Group |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
The OG_CTA module is stripping down the list of groups in the Audience section whether the node type is allowed group or not . To do that, it loops through the ['og_nodeapi']['visible']['og_groups']['#options'] values which used to be an array of group nids. With OG 7.3 (maybe before), this is no longer the case, it is a double-indexed array with 'My groups' and 'Other groups' indexes. So here is a patch to adapt to this change in the OG module.
| Attachment | Size |
|---|---|
| og_content_type_admin.patch | 2.82 KB |
Comments
#1
Hum... Sorry little typo error in the previous patch.
#2
Still not good. This one is, promised.
Note: It would be convenient to be able to delete our own posts :)
#3
Here is an updated patch for OGCTA 1.2 and OG 2.0
#4
In dev version this seems to be completely different. I have this problem in dev version too.
#5
This patch also works with OG 6.x-2.1. Are their plans to integrate the patch into the module yet or is there something wrong with the patch/approach? Thanks.
#6
The issue is there - solution provided
http://drupal.org/node/573656