-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Fix paginator when using translated 'all' option #833
Comments
Last 5.7 version (for Nette < v3) - v5.7.2 - still has this issue. There are new commits fixing this issue - pls release new version for Nette < v3 too. Thanks. |
Could you please try branch |
There is an error: |
Hi,
I found an issue when using translated 'all' option in items.
This code is searching for 'all' in values, but the value contains translated 'all' option so it resets the $per_page value.
It could be fixed using key_exists instead of in_array.
If this is acceptable fix then I would be glad if you put it in 5.x version as well.
Thank you
The text was updated successfully, but these errors were encountered: