Migrated remaining *TreeController's

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-06-09 07:49:26 +02:00
parent 45dcf62878
commit 835b04273f
74 changed files with 1330 additions and 1292 deletions

View File

@@ -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);