BeforePublish not triggered when publishing using the context menu (a bug?)
I have added a Document.BeforePublish += new Document.PublishEventHandler(Document_AfterPublish). This works fine when publishing a single node using the SaveAndPublish in the menu bar.
But the event is not triggered if I publish the node using the "Publish" in the context menu. It does trigger the BeforePublish event if I publish the parent node and check the "publish subnodes" and "publish unpublished nodes".
If you think it's a bug then please add it to the issue tracker on codeplex.com/umbraco - then others can vote it up if they experience it too. And then the core team will take action on it.
BeforePublish not triggered when publishing using the context menu (a bug?)
I have added a Document.BeforePublish += new Document.PublishEventHandler(Document_AfterPublish). This works fine when publishing a single node using the SaveAndPublish in the menu bar.
But the event is not triggered if I publish the node using the "Publish" in the context menu. It does trigger the BeforePublish event if I publish the parent node and check the "publish subnodes" and "publish unpublished nodes".
If this is not a bug, what event should i use?
Hi Dan
If you think it's a bug then please add it to the issue tracker on codeplex.com/umbraco - then others can vote it up if they experience it too. And then the core team will take action on it.
Cheers
/Jan
I will do that. I just wanted to make sure that it wasn't me that did something wrong before adding it to the bug issues.
I've added the issue as id # 29230.
is working on a reply...