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

Paginating filtered tables of transactions returns unfiltered results #732

Open
eosiodetroit-adam opened this issue Jul 28, 2023 · 0 comments
Labels
🐛 Bug Something isn't working

Comments

@eosiodetroit-adam
Copy link
Collaborator

Describe the bug
When paginating transaction history, such as by the account or action, and the returned transaction amount is greater than the pagination filter (ex: 10 per page), clicking the right arrow ("next page") button will return unfiltered results from that account for the second page and so on.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://explorer.telos.net/account/eosiodetroit
  2. Scroll down to the Latest transaction section
  3. On the right side of the page, use the account filter and type in "detroitfunds" and hit enter.
  4. Scroll down to the very bottom and hit the next page/right arrow button on Latest Transactions
  5. See that the data is not properly reflecting the filters, and the total number of pages increases to 500.
  6. Clicking the previous page / back button will show the correct information. Increasing the total results per page will also continue to show correct data except for when the next page button is clicked.

Expected behavior
The latest transactions section should only show data relevant to what is filtered in newest to oldest and should paginate properly.

Additional context
This bug is present in all browsers, operating systems, etc.

@eosiodetroit-adam eosiodetroit-adam added the 🐛 Bug Something isn't working label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant