Skip to content

Commit

Permalink
Group: Fix advanced search when adding user to class - refs BT#22195
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Nov 13, 2024
1 parent d12798d commit a032248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/admin/add_users_to_usergroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ function showLastTenUsers() {

$filterData = [];
if ($searchForm->validate()) {
$showAllStudentByDefault = true;
$filterData = $searchForm->getSubmitValues();

foreach ($filters as $filter) {
Expand Down

0 comments on commit a032248

Please sign in to comment.