V7.7.4 Detect when an item is added / removed from a MNTP
Hi all,
I am trying to come up with a solution to detect when a item is either added, or removed from a Multi Node Tree Picker.
I imagined there would be some way to capture the request that's being made, however I haven't been able to come up with a controller + endpoint for that yet.
V7.7.4 Detect when an item is added / removed from a MNTP
Hi all,
I am trying to come up with a solution to detect when a item is either added, or removed from a Multi Node Tree Picker.
I imagined there would be some way to capture the request that's being made, however I haven't been able to come up with a controller + endpoint for that yet.
Any help is greatly appreciated.
Cheers
Hi Dan
You can use content save event to intercept this event and include your logic into this process. Check out docs - https://our.umbraco.com/documentation/reference/events/contentservice-events
Thanks,
Alex
Brilliant, cheers Alex!
is working on a reply...