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:
Anders Bjerner
2019-02-19 22:36:12 +01:00
parent 0636616a6b
commit 4d71c5550b

View File

@@ -215,7 +215,7 @@ namespace Umbraco.Web.Editors
Alias = y.Alias,
View = y.View
})
});
}).ToList();
}
}
}