Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure
filter_admin
param is consistently passed
- Updated the `index` action within `Paginable UsersController` to include `filter_admin` in the `query_params` for `paginable_renderise`. - This addresses the issue where `filter_admin` was sometimes `nil` within the controller, even when it was set to '1' in the browser (#941).
- Loading branch information