Removing the camel case enforcement on the Alias of ContentTypes and MediaTypes in the new api.
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Umbraco.Core.Models
|
||||
get { return _alias; }
|
||||
set
|
||||
{
|
||||
_alias = value.ToUmbracoAlias(StringAliasCaseType.CamelCase, true);
|
||||
_alias = value;
|
||||
OnPropertyChanged(AliasSelector);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user