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 051f95d commit 525f90aCopy full SHA for 525f90a
app/code/Magento/Catalog/Model/Product/Attribute/SetRepository.php
@@ -62,7 +62,7 @@ public function save(\Magento\Eav\Api\Data\AttributeSetInterface $attributeSet)
62
*/
63
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
64
{
65
- $this->searchCriteriaBuilder->setFilterGroups($searchCriteria->getFilterGroups());
+ $this->searchCriteriaBuilder->setFilterGroups((array)$searchCriteria->getFilterGroups());
66
$this->searchCriteriaBuilder->addFilters(
67
[
68
$this->filterBuilder
0 commit comments