November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Jul 19, 2016
Oct 27, 2016
CMS Core
Closed, Fixed and tested
Description:
If you listen to the IContentEvents when moving a page to the wastebasket, the "IsDeleted" isn't changed between the MovingContent and the MovedContent.
Steps to reproduce:
1. Set up events for MovingContent and MovedContent from IContentEvents.
2. Set a breakpoint on both events and trigger a move of a page by putting a page in the waste bin.
3. Look at the Content property of the ContentEventArgs parameter.
Expected:
The MovedContent event shows how the content looks after it was saved. That is, it should have an IsDeleted property set to _true _, and the Changed date and the ParentLink should be changed
Actual:
They are identical.