Add missing property group icon mapping
This commit is contained in:
@@ -78,6 +78,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
Key = tab.Key,
|
||||
ParentKey = tab.ParentKey,
|
||||
Level = tab.Level,
|
||||
Icon = tab.Icon,
|
||||
Name = tab.Name,
|
||||
SortOrder = tab.SortOrder,
|
||||
Inherited = false,
|
||||
@@ -106,6 +107,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
Key = tab.Key,
|
||||
ParentKey = tab.ParentKey,
|
||||
Level = tab.Level,
|
||||
Icon = tab.Icon,
|
||||
Name = tab.Name,
|
||||
SortOrder = tab.SortOrder,
|
||||
Inherited = true,
|
||||
|
||||
Reference in New Issue
Block a user