hyva-themes / magento2-hyva-admin

This module aims to make creating grids and forms in the Magento 2 adminhtml area joyful and fast.
https://hyva-themes.github.io/magento2-hyva-admin/
BSD 3-Clause "New" or "Revised" License
168 stars 39 forks source link

Add Generic Event Dispatcher/Container #30

Closed paugnu closed 3 years ago

paugnu commented 3 years ago

Hi @Vinai,

I've created a new event dispatcher and its container in order to be able to modify any type of data:

Model/HyvaPrefetchEventDispatcher.php

Model/GridSourceType/RepositorySourceType/HyvaAdminEventContainer.php

Please let me know what you think (and, of course, the things you think could be improved in the release itself).

I've tested this with my custom observer and worked fine :)

Vinai commented 3 years ago

Hi, thank you very much! I'll have a look either tonight after work (if I'm able to) or tomorrow morning.