Closed
Description
Preconditions
- Want to batch get simple product ids from configurable product ids
- Magento version 2.4-develop
Steps to reproduce
- Inject class \Magento\ConfigurableProduct\Model\ResourceModel\Product\Type
- Apply array of multiple configurable id's to method getChildrenIds
Expected result
- Returns array, matching configurable ids to arrays of simple ids
// Start of edit - Expecting array to have such structure: [
"parent id" => ["child id"]
]
// End of edit
Actual result
- Returns array [0 => [
"child id" => "child id"
]]
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.The issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Done