Closed (fixed)
Project:
Subgroups for Organic groups
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 11:23 UTC
Updated:
16 Sep 2011 at 04:51 UTC
It's not possible to unselect the 'Children' direction. Line 5 of includes/og_subgroups_views_handler_argument_gid.inc needs to read:
$options['build_directions'] = array('children');
Comments
Comment #1
bschilt commentedThanks for the heads up. committed