Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user administration: reset pagination in user list when search filter changes. #5665

Closed
stopfstedt opened this issue Aug 21, 2024 · 1 comment · Fixed by ilios/frontend#8090
Assignees
Labels

Comments

@stopfstedt
Copy link
Member

stopfstedt commented Aug 21, 2024

noticed this as a problem while reviewing ilios/frontend#8037

to reproduce:

  1. log into demo as dev
  2. go to administration > all users
  3. use he navigation to go 5 pages deep, along the way take note of the "Adams" last name in the first couple of pages of users 1
  4. apply "adams" in the user search
  5. observe that you end up on a page without results 2. this is incorrect, the offset should have reset to 0 and the user should be on the first page of filtered users.

Footnotes

  1. image

  2. image

@stopfstedt stopfstedt added the BUG label Aug 21, 2024
@michaelchadwick
Copy link
Contributor

I noticed that when I was testing this page, too. A new search needs to remove the offset value in the query string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants