I´m trying to fire a local event when a button is clicked. Some custom components will be listen to event, and clear some variables. It's a very simple event, with no data. It is not working, the event is never fired (I confirmed it in debug mode). I can´t find anything wrong based on the documentation. Am I missing something?
The event configuration:
The button click, triggering the event:
The component load event:
The Local Action that the event calls: