File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 24
24
<argument name =" aclBuilder" xsi : type =" object" >Magento\Framework\Acl\Builder\Proxy</argument >
25
25
</arguments >
26
26
</type >
27
+ <preference for =" Magento\Authorization\Model\UserContextInterface" type =" Magento\Authorization\Model\CompositeUserContext" />
27
28
</config >
Original file line number Diff line number Diff line change 621
621
</arguments >
622
622
</type >
623
623
<type name =" Magento\Catalog\Model\ResourceModel\Product\Collection\ProductLimitation" shared =" false" />
624
+ <type name =" Magento\Eav\Model\EavCustomAttributeTypeLocator" >
625
+ <arguments >
626
+ <argument name =" serviceEntityTypeMap" xsi : type =" array" >
627
+ <item name =" Magento\Catalog\Api\Data\ProductInterface" xsi : type =" const" >Magento\Catalog\Api\Data\ProductAttributeInterface::ENTITY_TYPE_CODE</item >
628
+ </argument >
629
+ <argument name =" serviceBackendModelDataInterfaceMap" xsi : type =" array" >
630
+ <item name =" Magento\Catalog\Api\Data\ProductInterface" xsi : type =" array" >
631
+ <item name =" Magento\Catalog\Model\Product\Attribute\Backend\Media" xsi : type =" string" >Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterface</item >
632
+ </item >
633
+ </argument >
634
+ </arguments >
635
+ </type >
624
636
</config >
Original file line number Diff line number Diff line change 47
47
</type >
48
48
<type name =" Magento\Eav\Model\EavCustomAttributeTypeLocator" >
49
49
<arguments >
50
- <argument name =" serviceEntityTypeMap" xsi : type =" array" >
51
- <item name =" Magento\Catalog\Api\Data\ProductInterface" xsi : type =" const" >Magento\Catalog\Api\Data\ProductAttributeInterface::ENTITY_TYPE_CODE</item >
52
- </argument >
53
- <argument name =" serviceBackendModelDataInterfaceMap" xsi : type =" array" >
54
- <item name =" Magento\Catalog\Api\Data\ProductInterface" xsi : type =" array" >
55
- <item name =" Magento\Catalog\Model\Product\Attribute\Backend\Media" xsi : type =" string" >Magento\Catalog\Api\Data\ProductAttributeMediaGalleryEntryInterface</item >
56
- </item >
57
- </argument >
50
+ <argument name =" serviceEntityTypeMap" xsi : type =" array" />
51
+ <argument name =" serviceBackendModelDataInterfaceMap" xsi : type =" array" />
58
52
</arguments >
59
53
</type >
60
54
<type name =" Magento\Eav\Model\Entity\Attribute" >
Original file line number Diff line number Diff line change 20
20
<preference for =" Magento\Quote\Api\Data\PaymentInterface" type =" \Magento\Quote\Model\Quote\Payment" />
21
21
<preference for =" Magento\Quote\Api\CouponManagementInterface" type =" Magento\Quote\Model\CouponManagement" />
22
22
<preference for =" Magento\Quote\Api\CartManagementInterface" type =" Magento\Quote\Model\QuoteManagement" />
23
- <preference for =" Magento\Authorization\Model\UserContextInterface" type =" Magento\Authorization\Model\CompositeUserContext" />
24
23
<preference for =" Magento\Quote\Api\CartTotalRepositoryInterface" type =" \Magento\Quote\Model\Cart\CartTotalRepository" />
25
24
<preference for =" Magento\Quote\Api\CartTotalManagementInterface" type =" \Magento\Quote\Model\Cart\CartTotalManagement" />
26
25
<preference for =" Magento\Quote\Api\Data\TotalsInterface" type =" \Magento\Quote\Model\Cart\Totals" />
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
9
- <preference for =" Magento\Authorization\Model\UserContextInterface" type =" Magento\Authorization\Model\CompositeUserContext" />
10
9
<type name =" Magento\Framework\App\AreaList" >
11
10
<arguments >
12
11
<argument name =" areas" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments