Support renaming custom property
Fixed in
EPiServer.CMS.Core 11.14.0
Created
Oct 09, 2019
Updated
Dec 09, 2019
Area
CMS Core
State
Closed, Fixed and tested
Description
- Currently, a custom property is identified by full name. So, if the .NET type changes (for example renamed), then a PropertyDefinitionType is created, and the old name is left (but cannot be loaded).
Suggestion:
Support adding a Guid-based identifier for custom properties (like the one for Content types) to support renaming a property.