AEM 6 afterinsert event Granite UI
Hello
my custom component doesn't fire the afterinsert event on Granite UI.
The listeners configuration is
afteredit = function () { console.log('afteredit'); }
afterinsert = function () { console.log('afterinsert'); }
(This are tests function, what I need is to use REFRESH_PAGE)
both events fire well on Classic UI, but afterinsert event doesn't work on Granite UI
Do you have a clue to help me resolve that ?
Is there a way I can debug this event ?
Thank you for your answer