This is a basic question, but, I can’t figure out, what I’m doing wrong.
I am trying to display a message after saving a configuration. I was under the impression that it is enough to inject messageBox
into the handler:
property name="messageBox" inject="messagebox@cbmessagebox";
and the use messageBox.info() in the handler function:
messageBox.info( translateResource( uri="cms:meilisearchControl.configuration.saved" ) );
But, the message won’t display. What am I missing, please?
Thank you in advance!