Skip to content

Commit c0a1be8

Browse files
show vendor
1 parent ac5af6d commit c0a1be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Resources/config/serialization/Product.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://symfony.com/schema/dic/serializer-mapping https://symfony.com/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd"
55
>
6-
<class name="Sylius\Component\Core\Model\Product">
6+
<class name="BitBag\OpenMarketplace\Component\Product\Entity\Product">
77
<attribute name="id">
88
<group>shop:wishlist:read</group>
99
<group>shop:wishlist:create</group>
1010
</attribute>
11+
<attribute name="vendor">
12+
<group>shop:wishlist:read</group>
13+
</attribute>
1114
</class>
1215
</serializer>

0 commit comments

Comments
 (0)