Skip to content

Change admin users search filter

What does this MR do and why?

Change admin users search filter

New admin users search is supposed to have better UX to filter users

Changelog: added

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
before after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Being an admin visit the page /admin/users
  2. Verify that now you are able to filter users using filter-search component Filters should include
  • Access level
    • Administrator
    • External
  • two factor authentication
    • On
    • Off
  • State
    • Blocked
    • Banned
    • Pending approval
    • Deactivated
    • Without project
    • Trusted
  1. Verify that sorting and pagination work as it used to do

Related to #238183 (closed) and #448885 (closed)

Edited by Pedro Moreira da Silva

Merge request reports