We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abab680 commit 43c32d9Copy full SHA for 43c32d9
app/code/Magento/Bundle/Model/ResourceModel/Selection/Collection.php
@@ -144,6 +144,16 @@ protected function _construct()
144
$this->_selectionTable = $this->getTable('catalog_product_bundle_selection');
145
}
146
147
+ /**
148
+ * Set store id for each collection item when collection was loaded
149
+ *
150
+ * @return $this
151
+ */
152
+ public function _afterLoad()
153
+ {
154
+ return parent::_afterLoad();
155
+ }
156
+
157
/**
158
* Initialize collection select
159
*
0 commit comments