Fixed Customer action configuration, the secutiry context was missing

This commit is contained in:
Franck Allimant
2014-02-03 15:31:05 +01:00
parent 1a72594dac
commit 84f8a15fac

View File

@@ -34,6 +34,11 @@
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.customer" class="Thelia\Action\Customer" scope="request">
<argument type="service" id="thelia.securityContext"/>
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.address" class="Thelia\Action\Address">
<tag name="kernel.event_subscriber"/>
@@ -47,10 +52,6 @@
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.customer" class="Thelia\Action\Customer" scope="request">
<tag name="kernel.event_subscriber"/>
</service>
<service id="thelia.action.image" class="Thelia\Action\Image">
<tag name="kernel.event_subscriber"/>
</service>