Skip to content

Commit a032248

Browse files
committed
Group: Fix advanced search when adding user to class - refs BT#22195
1 parent d12798d commit a032248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/admin/add_users_to_usergroup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ function showLastTenUsers() {
326326

327327
$filterData = [];
328328
if ($searchForm->validate()) {
329+
$showAllStudentByDefault = true;
329330
$filterData = $searchForm->getSubmitValues();
330331

331332
foreach ($filters as $filter) {

0 commit comments

Comments
 (0)