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:
@@ -54,7 +54,7 @@ internal sealed class MediaEditingServiceTests : UmbracoIntegrationTest
|
||||
{
|
||||
ContentTypeKey = mediaTypeKey,
|
||||
ParentKey = Constants.System.RootKey,
|
||||
InvariantName = name,
|
||||
Variants = [new () { Name = name }],
|
||||
Key = key,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user