Gets trees and sections loading now in a much more simplified way without any xml, now to cleanup

This commit is contained in:
Shannon
2019-01-17 16:40:11 +11:00
parent 355ac09d90
commit cfe1b17eec
26 changed files with 425 additions and 828 deletions

View File

@@ -342,7 +342,7 @@ namespace Umbraco.Tests.Testing
Composition.ComposeServices();
// composition root is doing weird things, fix
Composition.RegisterUnique<IApplicationTreeService, ApplicationTreeService>();
Composition.RegisterUnique<ITreeService, TreeService>();
Composition.RegisterUnique<ISectionService, SectionService>();
// somehow property editor ends up wanting this