Open jmealy opened 4 months ago
When you have loaded more than one page of the transaction history, toggling the hide suspicious button will only update the first page of results.
hide suspicious
If you only load the first page, apply the filter, and then load more pages, it works as expected.
Transactions should be updated according to the current value of the hide suspicious toggle, no matter what page they are on.
Transactions beyond page 1 are not updated.
existing 18.11.24
Bug description
When you have loaded more than one page of the transaction history, toggling the
hide suspicious
button will only update the first page of results.If you only load the first page, apply the filter, and then load more pages, it works as expected.
Environment
Steps to reproduce
hide suspicious
filter. The first page of results will be updated.Expected result
Transactions should be updated according to the current value of the
hide suspicious
toggle, no matter what page they are on.Obtained result
Transactions beyond page 1 are not updated.