mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[API][Shop] Remove product translation endpoint
This commit is contained in:
parent
2b514aaf69
commit
c4aae73ac8
2 changed files with 0 additions and 32 deletions
|
|
@ -14,10 +14,6 @@
|
|||
<attribute name="method">GET</attribute>
|
||||
<attribute name="path">/admin/product-translations/{id}</attribute>
|
||||
</itemOperation>
|
||||
<itemOperation name="shop_get">
|
||||
<attribute name="method">GET</attribute>
|
||||
<attribute name="path">/shop/product-translations/{id}</attribute>
|
||||
</itemOperation>
|
||||
</itemOperations>
|
||||
|
||||
<property name="id" identifier="true" writable="false" />
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@
|
|||
<group>sylius:admin:product:index</group>
|
||||
<group>admin:product:show</group>
|
||||
<group>sylius:admin:product:show</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="locale">
|
||||
<group>admin:product:create</group>
|
||||
|
|
@ -41,10 +37,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="slug">
|
||||
<group>admin:product:index</group>
|
||||
|
|
@ -55,10 +47,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="description">
|
||||
<group>admin:product:index</group>
|
||||
|
|
@ -69,10 +57,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="shortDescription">
|
||||
<group>admin:product:index</group>
|
||||
|
|
@ -83,10 +67,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="metaKeywords">
|
||||
<group>admin:product:index</group>
|
||||
|
|
@ -97,10 +77,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
<attribute name="metaDescription">
|
||||
<group>admin:product:index</group>
|
||||
|
|
@ -111,10 +87,6 @@
|
|||
<group>sylius:admin:product:create</group>
|
||||
<group>admin:product:update</group>
|
||||
<group>sylius:admin:product:update</group>
|
||||
<group>shop:product:index</group>
|
||||
<group>sylius:shop:product:index</group>
|
||||
<group>shop:product:show</group>
|
||||
<group>sylius:shop:product:show</group>
|
||||
</attribute>
|
||||
</class>
|
||||
</serializer>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue