-
Notifications
You must be signed in to change notification settings - Fork 9
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
43303 Improve pagination #738
Conversation
Pull Request Test Coverage Report for Build 7695323748
💛 - Coveralls |
Steps to install the approved version:
|
plugin/RequestVariablesSanitizer.php
Outdated
} | ||
} | ||
return $pagedData; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this function good placed as a public function in RequestVariablesSanitizer? I think we don't need getParameterPage() for other function.
What do you think?
Should we place this code in SearchParametersModelBuilderEstate->addParametersForPagination ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andernath You are correct, currently getParameterPage() is not needed for other functions.
I placed this code in SearchParametersModelBuilderEstate->addParametersForPagination. When placing the code at this will make the code more cohesive and easier to maintain.
@yeneastgate @dai-eastgate |
@andernath I will check it |
Steps to install the approved version:
|
related to #695
changed log:
Improved pagination for multiple pages