Skip to content

Commit 69b022c

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-64547: Bundle Products - The options you selected are not available
1 parent d867bda commit 69b022c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/BundleImportExport/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"magento/module-import-export": "100.2.*",
88
"magento/module-catalog-import-export": "100.2.*",
99
"magento/module-bundle": "100.2.*",
10+
"magento/module-eav": "100.2.*",
1011
"magento/framework": "100.2.*"
1112
},
1213
"type": "magento2-module",

setup/src/Magento/Setup/Model/FixtureGenerator/BundleProductGenerator.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ public function __construct(
5757
}
5858

5959
/**
60-
* Generate bundle products products
60+
* Generates bundle products.
6161
*
6262
* @param int $products
6363
* @param array $fixtureMap
64+
*
6465
* @return void
66+
*
67+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
6568
*/
6669
public function generate($products, $fixtureMap)
6770
{

0 commit comments

Comments
 (0)