roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Fix Handling of "Only Show Admins" Filter

Open aaronskiba opened this issue 1 year ago • 0 comments

Fixes # .

Changes proposed in this PR:

  • 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 (https://github.com/portagenetwork/roadmap/issues/941).

aaronskiba avatar Jan 09 '25 18:01 aaronskiba