Should be returned as a list - otherwise we'll get a new collection and new tab objects each time we iterate over it
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Umbraco.Web.Editors
|
||||
Alias = y.Alias,
|
||||
View = y.View
|
||||
})
|
||||
});
|
||||
}).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user