You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Sylius context when creating or modifying a resource, it is common to dispatch events like sylius.order.pre_create or sylius.order.post_delete. Those are normally dispatched in the ResourceController of Sylius. But this plugin does not implement those events. Which makes it hard to write event listeners for processes in the AdminOrderCreation Plugin.
In the Sylius context when creating or modifying a resource, it is common to dispatch events like
sylius.order.pre_create
orsylius.order.post_delete
. Those are normally dispatched in theResourceController
of Sylius. But this plugin does not implement those events. Which makes it hard to write event listeners for processes in theAdminOrderCreation
Plugin.Reference: https://docs.sylius.com/en/1.3/book/architecture/events.html
The text was updated successfully, but these errors were encountered: