Skip to content

Commit 1119c2e

Browse files
committed
ACP2E-2857: fix saving of custom_attribute default_sort_by from rest api
1 parent a2519ca commit 1119c2e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@
739739
<item name="Magento\Catalog\Model\Product\Attribute\Backend\Sku" xsi:type="string">string</item>
740740
<item name="Magento\Catalog\Model\Product\Attribute\Backend\Category" xsi:type="string">int[]</item>
741741
<item name="Magento\Catalog\Model\Product\Attribute\Backend\Stock" xsi:type="string">Magento\CatalogInventory\Api\Data\StockItemInterface[]</item>
742-
<item name="Magento\Catalog\Model\Category\Attribute\Backend\Sortby" xsi:type="string">string[]</item>
742+
<item name="Magento\Catalog\Model\Category\Attribute\Backend\Sortby" xsi:type="string">string</item>
743743
</argument>
744744
</arguments>
745745
</type>

0 commit comments

Comments
 (0)