I'm trying to add an event when a stylesheet is saved so i created the below class.
The contentservice event always fires but the stylesheet one never does. Any one have any ideas, using umbraco 6.1.1. Can't really find much info on the new contentservice api.
Made no difference, if i use the old sytle events umbraco.cms.businesslogic.web.StyleSheet.AfterSave this works fine. Just finding it odd no FileService events will fire?
FileService events
I'm trying to add an event when a stylesheet is saved so i created the below class.
The contentservice event always fires but the stylesheet one never does. Any one have any ideas, using umbraco 6.1.1. Can't really find much info on the new contentservice api.
Maybe this would work for you:
I use this to intercept node related actions, so maybe it would hold true for FileService events as well.
Thanks for the reply
Made no difference, if i use the old sytle events umbraco.cms.businesslogic.web.StyleSheet.AfterSave this works fine. Just finding it odd no FileService events will fire?
is working on a reply...