I'm cancelling the save event based on the presence of particular content on a node, yet still see the save success notification - the save is being cancelled (I can't see it in the node audit trail), yet the API response shows success.
If I hit save and publish, I get back the cancelled by 3rd party notification.
How/were do I override the save notification to display custom text on cancel?
Modifying save event notification
I'm cancelling the save event based on the presence of particular content on a node, yet still see the save success notification - the save is being cancelled (I can't see it in the node audit trail), yet the API response shows success.
If I hit save and publish, I get back the cancelled by 3rd party notification.
How/were do I override the save notification to display custom text on cancel?
Hi Nathan
I think the ability to edit this message neatly is due in 7.3.0
http://issues.umbraco.org/issue/U4-5927#comment=67-21863
but you can also see a discussion on possible other approaches on this thread:
https://our.umbraco.org/forum/umbraco-7/developing-umbraco-7-packages/53699-User-Message-former-Speech-bubble-in-custom-event
Thanks Marc, found that thread not long after posting, managed to get it working.
Surprised that it was possible to do it through existing API calls tho, will look into 7.3
is working on a reply...