Skip to content

Commit

Permalink
bug #712 [Config] Remove overriden localeSetter definition (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

Fixes #709

Commits
-------

5bf21c0 [Config] Remove overridden localeSetter definition
  • Loading branch information
lchrusciel authored Apr 22, 2021
2 parents 131e97c + 5bf21c0 commit b80a747
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,5 @@
<argument type="service" id="sylius.context.channel" />
<argument type="service" id="sylius.shop_api_plugin.command_provider.pickup_cart" />
</service>


<!-- TODO: Remove this definition when LocaleSetter tag priority will be fixed on Sylius/Sylius (changed from 4 to >16) -->
<service id="sylius.listener.request_locale_setter" class="Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter">
<argument type="service" id="sylius.context.locale" />
<argument type="service" id="sylius.locale_provider" />
<tag name="kernel.event_listener" event="kernel.request" priority="25" />
</service>
</services>
</container>

0 comments on commit b80a747

Please sign in to comment.