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 ac5af6d commit c0a1be8Copy full SHA for c0a1be8
src/Resources/config/serialization/Product.xml
@@ -3,10 +3,13 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://symfony.com/schema/dic/serializer-mapping https://symfony.com/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd"
5
>
6
- <class name="Sylius\Component\Core\Model\Product">
+ <class name="BitBag\OpenMarketplace\Component\Product\Entity\Product">
7
<attribute name="id">
8
<group>shop:wishlist:read</group>
9
<group>shop:wishlist:create</group>
10
</attribute>
11
+ <attribute name="vendor">
12
+ <group>shop:wishlist:read</group>
13
+ </attribute>
14
</class>
15
</serializer>
0 commit comments