Skip to content
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

[framework] remove redundant PaginationResult instantiation #609

Merged
merged 2 commits into from
Dec 10, 2018

Conversation

PetrHeinz
Copy link
Contributor

@PetrHeinz PetrHeinz commented Nov 19, 2018

Created because of feedback from @Miroslav-Stopka.

Created as a separate PR from #610 as this change is backward compatible.

Q A
Description, reason for the PR Historically, the reinstantiation was used to convert instances of Product to ProductDetails, but the concept of *Detail classes was removed in #276 (more specifically in 8897283). There is no need for this and and it just confuses people.
New feature No
BC breaks No
Fixes issues ...
Standards and tests pass Yes
Have you read and signed our License Agreement for contributions? Yes

- historically, the reinstantiation was used to convert instances of Product to ProductDetails, but the concept of *Detail classes was removed
@PetrHeinz PetrHeinz added the Easy Pick Not tricky or complex issue label Nov 20, 2018
Copy link
Contributor

@vitek-rostislav vitek-rostislav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@PetrHeinz PetrHeinz merged commit 7580509 into master Dec 10, 2018
@PetrHeinz PetrHeinz deleted the ph-pagination-result-reinstantiation branch December 10, 2018 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Pick Not tricky or complex issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants