Is there an event that signals the start of an editing operation?
Hi,
All off the events in the ContentService, except creating/created, are geared towards 'ending' (copy, move, save, etc.) the editing process of an item. Are there events that are fired when the editing process is starting/started?
If not, I think the addition off these events could facilitate a whole new kind of modules/plugins. For example we could take the MyLocks module, migrate it to v7 and make it lock items automatically when starting an editing sesssion (instead off a manual action in the v6 version).
Is there an event that signals the start of an editing operation?
Hi,
All off the events in the ContentService, except creating/created, are geared towards 'ending' (copy, move, save, etc.) the editing process of an item. Are there events that are fired when the editing process is starting/started?
If not, I think the addition off these events could facilitate a whole new kind of modules/plugins. For example we could take the MyLocks module, migrate it to v7 and make it lock items automatically when starting an editing sesssion (instead off a manual action in the v6 version).
Should I make a feature request for this?
bump
Hello,
Not sure if this is what you're looking for, but for the Hybrid Framework I set the media picker start node right before content editing starts. Perhaps you can do the things you want in there: https://github.com/jbreuer/Hybrid-Framework-for-Umbraco-v7-Best-Practises/blob/master/Umbraco.Extensions/Utilities/WebApiHandler.cs#L24
Jeroen
is working on a reply...