[go: up one dir, main page]

Skip to content

Add ability to add standard filters to user filters

What does this MR do and why?

On the Admin -> Overview -> Users page, a list of users is shown. On the page is a filter bar to filter the users list:

ksnip_20250707-164830

Previously, due to a limitation on backend that only allowed one filter to be applied, whenever a filter is selected, the other filters must be hidden:

Peek_2025-07-12_00-35

We recently added a new filter to the backend that can be applied in addition to the other filters. This MR doesn't add in the new filter, but rather adds support for new filters that can be applied on top of existing filters. See line comments for more details.

How to set up and validate locally

This is a refactor, so we just need to verify that the existing behavior is still working properly. Follow this video guide:

2025-07-14_13-29-53

Related to #515410 (closed)

Edited by Daniel Tian

Merge request reports

Loading