November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Aug 26, 2015
Oct 27, 2016
CMS Core
Closed, Fixed and tested
When we have more than one version of a content but none of the versions is published. Then ContentVersionRepository.Delete(contentReference) when contentReference is the first version created doesn't delete or give any feedback what happens.
The following description is taken from original bug description.
Observed:
>>> See that the version is deleted ( no displayed on version list) but after that it is display on the version list >>> Version can not be deleted
Breaking changes
IContentVersionRepository.Delete method now throws an exception if a version cannot be deleted.