Files
Niels Kaspers 9d5a027191 fix(review-workflows): implement incremental loading in assignee dropdown (#25967)
* fix(review-workflows): fetch all users in assignee dropdown

The AssigneeSelect component passed no pagination params to
useAdminUsers, which defaults to pageSize 10. Users with more than
10 admin accounts could not see or select all assignees.

Pass pageSize: 100 so the dropdown lists all available users.

Fixes #25945

* fix(review-workflows): incremental loading + preserve current assignee

Replaces the fixed pageSize:100 fetch with the same incremental Combobox
pattern used by the admin-users filter (Filters.tsx): grow pageSize on
onLoadMore, debounce server-side search via _q, and reset both on close.

Also keeps the currently assigned user in the option list when they fall
outside the loaded page or active search, so the Combobox never loses
its value.

* fix(review-workflows): improve assignee dropdown pagination search

---------

Co-authored-by: Bassel Kanso <basselkanso82@gmail.com>
2026-04-30 18:01:57 +00:00
..
2026-04-29 13:06:31 +00:00
2026-04-29 13:06:31 +00:00
2026-04-29 13:06:31 +00:00
2026-04-29 13:06:31 +00:00