Skip to content

Commit

Permalink
Fixed issue with CO ID in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 29, 2022
1 parent f5f9be1 commit cc5b1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions View/Elements/Components/subscriberList.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
array(
'controller' => 'grouper_groups',
'action' => 'findSubscriber',
'?' => array('co' => 1, 'mode' => PeoplePickerModeEnum::All)
'?' => array('co' => $config['co'])
)
); ?>",
); ?>&mode=All",
minLength: 3,
select: function(event, ui) {
// $("#group-add-member").hide();
Expand Down

0 comments on commit cc5b1e5

Please sign in to comment.