Skip to content

Commit

Permalink
MDL-49753 enrolments: preselct status filter if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmitin committed Apr 7, 2015
1 parent 06d2bb2 commit c428924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enrol/users.php
Expand Up @@ -205,7 +205,8 @@

$filterform = new enrol_users_filter_form('users.php', array('manager' => $manager, 'id' => $id),
'get', '', array('id' => 'filterform'));
$filterform->set_data(array('search' => $search, 'ifilter' => $filter, 'role' => $role, 'filtergroup' => $fgroup));
$filterform->set_data(array('search' => $search, 'ifilter' => $filter, 'role' => $role,
'filtergroup' => $fgroup, 'status' => $status));

$table->set_fields($fields, $renderer);

Expand Down

0 comments on commit c428924

Please sign in to comment.