Skip to content

Commit

Permalink
fix list members for incommon-internet2 groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Stohn authored and Axel Stohn committed Sep 24, 2022
1 parent f9cb1ed commit 4875d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/GrouperGroups/groupmember.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $collapsed = $config['defaultCollapse'] === 'collapsed' ? true : false;
'group' => $wggroup['workingGroupId'],
'idx' => $key
)) : ''; ?>
<button class="btn btn-grouper btn-block btn-primary btn-sm m-1 text-nowrap members-btn" data-id="<?php echo $wggroup['WGName']; ?>">
<button class="btn btn-grouper btn-block btn-primary btn-sm m-1 text-nowrap members-btn" data-id="<?php echo $wggroup['workingGroupId']; ?>">
<?php echo _txt('pl.grouperlite.action.members'); ?> <em class="material-icons mt-0" aria-hidden="true">group</em>
</button>
</span>
Expand Down

0 comments on commit 4875d33

Please sign in to comment.