Migrated remaining *TreeController's
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Umbraco.Web.Models.Mapping
|
||||
// merge properties for groups with the same name
|
||||
foreach (var group in groupsByName)
|
||||
{
|
||||
var groupProperties = source.GetPropertiesForGroup(group)
|
||||
var groupProperties = source.GetPropertiesForGroup(group)
|
||||
.Where(x => IgnoreProperties.Contains(x.Alias) == false); // skip ignored
|
||||
|
||||
properties.AddRange(groupProperties);
|
||||
|
||||
Reference in New Issue
Block a user