mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Minor changes
This commit is contained in:
parent
86cf4c8a44
commit
fb36e52f16
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
</values>
|
</values>
|
||||||
</normalizationContext>
|
</normalizationContext>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>sylius_api.filter.customer_group</filter>
|
<filter>sylius_api.search_filter.customer_group</filter>
|
||||||
</filters>
|
</filters>
|
||||||
</operation>
|
</operation>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@
|
||||||
<!-- <tag name="api_platform.filter" />-->
|
<!-- <tag name="api_platform.filter" />-->
|
||||||
<!-- </service>-->
|
<!-- </service>-->
|
||||||
|
|
||||||
<service id="sylius_api.filter.customer_group" parent="api_platform.doctrine.orm.search_filter" public="true">
|
<service id="sylius_api.search_filter.customer_group" parent="api_platform.doctrine.orm.search_filter" public="true">
|
||||||
<argument type="collection">
|
<argument type="collection">
|
||||||
<argument key="group.name">exact</argument>
|
<argument key="group.name">exact</argument>
|
||||||
</argument>
|
</argument>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue