Hi, using your latest preview release. I can't get the ImportProvider.RecordImporting event to fire? I know this is a preview release so just checking if that is a known problem or even something you intend to implement.
Don't suppose the source code is available anywhere see if we can fix it, appreciate might not be commercially viable but we are trying to resolve today.
Events were added in a later version. And registering those is a bit differnt than previous version.
In sample below we log every action through events. The class that handles the events need to derive from IComponent and you need to wire up the events in the initialize method
Umbraco 8 Events
Hi, using your latest preview release. I can't get the ImportProvider.RecordImporting event to fire? I know this is a preview release so just checking if that is a known problem or even something you intend to implement.
Hi Tim,
Will check later this week if this works in the Final version.
Thanks,
Richard
Don't suppose the source code is available anywhere see if we can fix it, appreciate might not be commercially viable but we are trying to resolve today.
Thanks
Tim
Hi Tim,
Events were added in a later version. And registering those is a bit differnt than previous version.
In sample below we log every action through events. The class that handles the events need to derive from IComponent and you need to wire up the events in the initialize method
Then you need to register this class in a composer
Then it should be picked up in the final version of CMSImport.
Best,
Richard
is working on a reply...