I'm using the Saving event to cancel a node being saved in certain scenarios. after cancellation, is it possible to redirect the user, to the home node?
At the moment I get this
Request error: The URL returned a 404 (not found):
/umbraco/backoffice/UmbracoApi/Content/GetById
Because it sends the user to edit on node with id 0, as the node he was editing no longer exists.
Moving user in the backoffice tree
I'm using the Saving event to cancel a node being saved in certain scenarios. after cancellation, is it possible to redirect the user, to the home node?
At the moment I get this
Request error: The URL returned a 404 (not found): /umbraco/backoffice/UmbracoApi/Content/GetById
Because it sends the user to edit on node with id 0, as the node he was editing no longer exists.
is working on a reply...