but in debugging I see that ContentServiceSaved is always executed after
ContentServiceSaving and ContentService_Publishing, means Saving => Publishing => Saved.
Is this as proposed and in correct order?
As the Events name I think its handlers should be Saving => Saved => Publishing. Do I miss understanding? Please help verifying.
Since users can save without publishing I think logically it would mean publishing comes after the saved. I haven't tested but I am pretty sure this is the order.
Saved event handler is executed after one Publishing events
Hi All,
Handlers of Saving, Saved, Publishing events are registered in a IComponent's Initialize method as
but in debugging I see that ContentServiceSaved is always executed after ContentServiceSaving and ContentService_Publishing, means Saving => Publishing => Saved.
Is this as proposed and in correct order?
As the Events name I think its handlers should be Saving => Saved => Publishing. Do I miss understanding? Please help verifying.
Hi,
From my understanding I think the order is
Saving Saved Published
Since users can save without publishing I think logically it would mean publishing comes after the saved. I haven't tested but I am pretty sure this is the order.
Regards
David
is working on a reply...