webgriffe / SyliusAkeneoPlugin

Plugin allowing to import data from Akeneo PIM to your Sylius store.
https://webgriffe.github.io/SyliusAkeneoPlugin/
MIT License
23 stars 2 forks source link

Dispatch custom Akeneo plugin events #139

Closed lruozzi9 closed 2 years ago

lruozzi9 commented 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.

lruozzi9 commented 2 years ago

This issue is already solved by the use of the custom argument here.