-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Duplicate call to $this->getLinkField(); #9017
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
@will-b Mind opening a PR with the suggested fix? I agree from the code you noted above, there is a duplicate call there. |
@davidalger created PR |
@will-b Super, thanks! I'll close this out once the PR is merged into the mainline. |
magento-team
pushed a commit
that referenced
this issue
Apr 1, 2017
magento-team
pushed a commit
that referenced
this issue
Apr 1, 2017
magento-team
pushed a commit
that referenced
this issue
Apr 1, 2017
Internal ticket to track issue progress: MAGETWO-66959 |
magento-team
added
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
develop
labels
Jul 31, 2017
magento-engcom-team
added
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
develop
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
and removed
G1 Passed
labels
Sep 5, 2017
@will-b, thank you for your report. |
magento-engcom-team
added
2.2.x
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
labels
Sep 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
There is a duplicate call to the getLinkField method inside Magento/Catalog/Model/ResourceModel/Category.php
in the getChildren method
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: