You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Attribute/Collection.php
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,21 @@ protected function _addProductAttributes()
184
184
return$this;
185
185
}
186
186
187
+
/**
188
+
* Add Associated Product Filters (From Product Type Instance)
0 commit comments