Closed lruozzi9 closed 2 years ago
The plugin actually dispatches the Sylius domain events like pre-create/update and post-create/update, but it would be nice if it dispatches also some "domain" events. Something like: webgriffe_sylius_akeneo_plugin.pre_import and post_import.
webgriffe_sylius_akeneo_plugin.pre_import
post_import
This issue is already solved by the use of the custom argument here.
The plugin actually dispatches the Sylius domain events like pre-create/update and post-create/update, but it would be nice if it dispatches also some "domain" events. Something like:
webgriffe_sylius_akeneo_plugin.pre_import
andpost_import
.