Skip to content

Added filtered navigation in Admin > Users page

What does this MR do and why?

In Admin area > Users, replaced tab navigation by a filtered search.

This is a re-work of !144907 (merged), which needed to be reverted.

Closes: #238183 (closed), #448885 (closed), #455735 (closed), #455718 (closed)

Co-authored-by: @bahek2462774

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

See !144907 (ec46878c)

How to set up and validate locally

  1. Enable this feature flag: echo 'Feature.enable(:admin_user_filtered_nav)' | gdk rails console
  2. As an admin, go to /admin/users
  3. Play with the search filters to find different type of users.
Edited by Eduardo Sanz García

Merge request reports