Describe the bug
In the BO => International => Taxes page, the number of items per page will be reset when clicking on the "Reset" button to reset a filter
To Reproduce
Steps to reproduce the behavior:
Screenshots
https://drive.google.com/file/d/1xBhEm1lwcFK-wMxG-1KFOQPZdjyISglV/view
Additionnal information
PrestaShop version: 1.7.6.0beta1
PHP version: 7.1
@khouloudbelguith it might be the pagination/filtering behavior, not the tax list itself. I have checked currency list for example, and it behaves the same way.
@zuk3975, thanks for your feedback.
In the product page, it is not the same behavior.
@zuk3975, thanks for your feedback.
In the product page, it is not the same behavior.
It should all be the same in new migrated pages. (Product page is kinda exception, because its not using the same grid system)
In not in favor to make this change.
If you're on a grid page, want to find an element with filters and navigate to the wanted result. For example going to page 3.
If the reset button is clicked, you want to reset each action on this grid, pagination included, not staying on the same page :thinking:
In not in favor to make this change.
If you're on a grid page, want to find an element with filters and navigate to the wanted result. For example going to page 3.
If the reset button is clicked, you want to reset each action on this grid, pagination included, not staying on the same page
@PierreRambaud https://github.com/PrestaShop/PrestaShop/pull/13840/files#diff-8b03d6d67a334ff0b304181a10b14e5aR110 it resets the offset, so the pagination is resetted.
@zuk3975 Thanks :)