This works fine for normal content Create/Save scenarios, but NOT when sorting nodes within the Content Tree. Note that Sorting also triggers the Saved event.
I'd like to know if there's any way to get this working?
The best explanation I can think of -- which I haven't yet been able to verify -- is that for some reason, when the left-hand dialog pane is showing, these Notifications are blocked. Is this true? If so it sounds like a bug..?
I have a similar situation but with the ContentService.Moving event. I would like to show a message when a node is moved, but the message does´nt show.
Backoffice Notifications not working on Sort
Here's the test code inside my custom
ApplicationEventHandler
:This works fine for normal content Create/Save scenarios, but NOT when sorting nodes within the Content Tree. Note that Sorting also triggers the Saved event.
I'd like to know if there's any way to get this working?
The best explanation I can think of -- which I haven't yet been able to verify -- is that for some reason, when the left-hand dialog pane is showing, these Notifications are blocked. Is this true? If so it sounds like a bug..?
I have a similar situation but with the
ContentService.Moving
event. I would like to show a message when a node is moved, but the message does´nt show.No exceptions or other misbehaving, just the message is not showing.
I think you are on to something about the left-hand dialog pane blocking notifications.
is working on a reply...