From a3c7b1fcfee6a10da3cb456e0fdaaa69afb2af58 Mon Sep 17 00:00:00 2001 From: Richard Soeteman Date: Mon, 6 Feb 2017 11:51:44 +0100 Subject: [PATCH] Fixed issue U4-9494 --- src/umbraco.cms/businesslogic/propertytype/propertytype.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/umbraco.cms/businesslogic/propertytype/propertytype.cs b/src/umbraco.cms/businesslogic/propertytype/propertytype.cs index a6dbf440ec..8d5f538fd9 100644 --- a/src/umbraco.cms/businesslogic/propertytype/propertytype.cs +++ b/src/umbraco.cms/businesslogic/propertytype/propertytype.cs @@ -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;