Merge branch temp8 into temp8-3668-query-builder-snippits

This commit is contained in:
Stephan
2019-01-21 16:07:20 +01:00
187 changed files with 386 additions and 888 deletions

View File

@@ -267,7 +267,7 @@ namespace Umbraco.Web.Models.PublishedContent
var visited = new HashSet<int>();
// TODO
// todo
// _localizationService.GetXxx() is expensive, it deep clones objects
// we want _localizationService.GetReadOnlyXxx() returning IReadOnlyLanguage which cannot be saved back = no need to clone