[Forwardport] Make sure all linked products (related, upsells, crosss… - #18207
Merged
magento-engcom-team merged 2 commits intoSep 26, 2018
Merged
magento-engcom-team merged 2 commits into
magento-engcom-team merged 2 commits into
Conversation
…ells) show up in the backend grids and in the correct order. Fixes magento#13720 (cherry picked from commit a3f1c38)
Contributor
|
Hi @hostep. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
sidolov
approved these changes
Sep 24, 2018
Contributor
|
Hi @sidolov, thank you for the review. |
This was referenced Sep 26, 2018
magento-engcom-team
pushed a commit
that referenced
this pull request
Sep 26, 2018
Contributor
|
Hi @hostep. Thank you for your contribution. |
4 tasks
altdovydas
pushed a commit
to altdovydas/magento2
that referenced
this pull request
Aug 6, 2026
…sells, crosss… magento#18207 - Merge Pull Request magento#18207 from hostep/magento2:fix-for-issue-13720-for-magento-2.3 - Merged commits: 1. 74e1ea9 2. d5b6231
altdovydas
pushed a commit
to altdovydas/magento2
that referenced
this pull request
Aug 6, 2026
Accepted Public Pull Requests: - magento#18207: [Forwardport] Make sure all linked products (related, upsells, crosss� (by @hostep) - magento#18205: [Forwardport] Fix module uninstall shell command and composer removal w/out regression (by @mage2pratik) - magento#18122: Update db schema comments (by @hryvinskyi) - magento#18211: [Forwardport] [CatalogUrlRewrite] Covering the CategoryProcessUrlRewriteMovingObserver by Unit Test (by @eduard13) - magento#18198: [Forwardport] [remove] rich snippet declaration on grouped product (by @AurelienLavorel) - magento#18202: [Forwardport] Current password autocomplete for admin login (by @mage2pratik) - magento#18203: [Forwardport] [2.2] return $this from setters in Analytics/ReportXml/DB/SelectBuilder.php (by @mage2pratik) - magento#18187: Replace sort callbacks to spaceship operator in vendor files (by @mage2pratik) - magento#17685: Replacing deprecated methods from Magento_Backend module. (by @tiagosampaio) - magento#18141: [Forwardport] Update time12h javascript validation rule to be compatible with js minify (by @mage2pratik) - magento-engcom/magento2ce#2159: magento#18009: [Forwardport] Cannot create a numeric value attribute option using the REST API. (by @p-bystritsky) - magento#16351: Magento_Sales integration tests: Fix addresses in order_list fixture (by @evktalo) Fixed GitHub Issues: - magento#13720: Only 2 related products are showing in backend . (reported by @dipind4u) has been fixed in magento#18207 by @hostep in 2.3-develop branch Related commits: 1. 74e1ea9 2. d5b6231 - magento#14050: Import related products issue (reported by @estellehuang) has been fixed in magento#18207 by @hostep in 2.3-develop branch Related commits: 1. 74e1ea9 2. d5b6231 - magento#5797: [2.1.0] module:uninstall can remove code it uses itself (reported by @hostep) has been fixed in magento#18205 by @mage2pratik in 2.3-develop branch Related commits: 1. 8b9fff5 2. fa4289f - magento#17780: Module uninstall does not work with composer (reported by @Thundar) has been fixed in magento#18205 by @mage2pratik in 2.3-develop branch Related commits: 1. 8b9fff5 2. fa4289f - magento#18009: Cannot create a numeric value attribute option using the REST API (reported by @sidm) has been fixed in magento-engcom/magento2ce#2159 by @p-bystritsky in 2.3-develop branch Related commits: 1. 3b9e963
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ells) show up in the backend grids and in the correct order. Fixes #13720
(cherry picked from commit a3f1c38)
Description
As requested in #17885 (comment), this is a forward port of #17885 for the 2.3 release line.
See original PR for full description.
Fixed Issues (if relevant)
Manual testing scenarios
catalog_product_link_attribute_intvaluecolumn, forproduct_link_attribute_id== 1) should be unique if you created those related products through the backendUPDATE catalog_product_link_attribute_int SET value = 1 WHERE product_link_attribute_id = 1;Related Products, Up-Sells, and Cross-Sellssection.Contribution checklist