November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Apr 10, 2018
Apr 20, 2018
CMS Core
Closed, Fixed and tested
Currently, if a block property is explicitly nulled before saving, it fails to save version.
Steps to reproduce (pseudo code where myPage has a property MyBlock) :
myPage.Block = null;
contentRepository.Save(myPage, SaveAction.Publish);
Expected:
The version is saved and the block is cleared
Actual:
The Save call throws an exception