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

somebodysysop’s picture

Assigned: Unassigned » somebodysysop
Status: Active » Needs review

Code modified and committed to cvs. Please download .dev release (in 12 hours) and confirm that problem is fixed. Thanks.

muldos’s picture

It's fixed !

Thanks for the commit ;)

somebodysysop’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.