Merge branch temp8 into temp8-fixtree

This commit is contained in:
Stephan
2019-01-22 14:08:14 +01:00
77 changed files with 4431 additions and 168 deletions

View File

@@ -108,7 +108,7 @@ namespace Umbraco.Web.Runtime
.SetDefaultRenderMvcController<RenderMvcController>(); // default controller for template views
composition.WithCollectionBuilder<SearchableTreeCollectionBuilder>()
.Add(() => composition.TypeLoader.GetTypes<ISearchableTree>()); // fixme which searchable trees?!
.Add(() => composition.TypeLoader.GetTypes<ISearchableTree>());
composition.Register<UmbracoTreeSearcher>(Lifetime.Request);