Fixed issue U4-9494

This commit is contained in:
Richard Soeteman
2017-02-06 11:51:44 +01:00
parent 02785eea42
commit a3c7b1fcfe

View File

@@ -72,6 +72,7 @@ namespace umbraco.cms.businesslogic.propertytype
_tabId = _propertyTypeGroup;
}
//Fixed issue U4-9493 Case issues
_sortOrder = found.sortOrder;
_alias = found.Alias;
_name = found.Name;