Closed (fixed)
Project:
OG User Roles
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Mar 2009 at 09:33 UTC
Updated:
27 Mar 2009 at 18:00 UTC
Hello, I think there is a typo in the hook_views_data, the handler for retrieving group members doesn't work.
I think that the following code in og_users_roles.module (around line 948) :
'argument' => array(
'title' => t('Group node'),
'handler' => 'og_views_handler_argument_og_users_roles_nid',
'help' => t('<strong>Members</strong> are filtered for a specific group.'),
),
Should be replaced by :
'argument' => array(
'title' => t('Group node'),
'handler' => 'og_views_handler_argument_og_group_nid',
'help' => t('<strong>Members</strong> are filtered for a specific group.'),
),
Regards,
David
Comments
Comment #1
somebodysysop commentedCode modified and committed to cvs. Please download .dev release (in 12 hours) and confirm that problem is fixed. Thanks.
Comment #2
muldos commentedIt's fixed !
Thanks for the commit ;)
Comment #3
somebodysysop commented