Service refactoring to "fully" enable segments (#19114)

* Refactor serverside content editing to support all variance combinations

* Fix build errors

* Reintroduce the tests ignored by #19060

---------

Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
Kenn Jacobsen
2025-04-23 14:54:51 +02:00
committed by GitHub
parent 53b94a8f57
commit 2cf28271cd
46 changed files with 1321 additions and 1028 deletions

View File

@@ -49,7 +49,7 @@ internal abstract class DocumentNavigationServiceTestsBase : UmbracoIntegrationT
{
ContentTypeKey = contentTypeKey ?? ContentType.Key,
ParentKey = parentKey ?? Constants.System.RootKey,
InvariantName = name,
Variants = [new () { Name = name }],
Key = key,
};