-
Notifications
You must be signed in to change notification settings - Fork 197
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
Incorrect url rewrite record pagination #682
Comments
Hi @therool Thank you for reporting this issue. Internal ticket MAGETWO-99323 to fix it |
@victor-v-rad hello, I did create a pull request #683 which included the necessary fix but I see that you already pushed the fixes to the 2.3-develop branch so you can close the pull request #683 |
Oh, sorry! Pull requests from community are so rare and I did not notice it. I reverted my commit and merged your. Thank you @therool |
Preconditions
Steps to reproduce
[PDOException (23000)] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '50852' for key 'PRIMARY'
Expected result
Actual result
[PDOException (23000)] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '50852' for key 'PRIMARY'
Additional notes
The issue is caused that the
$this->source->setLastLoadedRecord
method is not being called and the data source pagination second page is not comply with the first result page query conditions.Pagination queries:
Exception trace:
The text was updated successfully, but these errors were encountered: