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:
@@ -62,12 +62,12 @@ internal sealed class MemberHybridCacheTests : UmbracoIntegrationTest
|
||||
IsApproved = true,
|
||||
ContentTypeKey = memberType.Key,
|
||||
Roles = new [] { group.Key },
|
||||
InvariantName = "T. Est",
|
||||
InvariantProperties = new[]
|
||||
{
|
||||
Variants = [new () { Name = "T. Est" }],
|
||||
Properties =
|
||||
[
|
||||
new PropertyValueModel { Alias = "title", Value = "The title value" },
|
||||
new PropertyValueModel { Alias = "author", Value = "The author value" }
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
var result = await MemberEditingService.CreateAsync(createModel, SuperUser());
|
||||
|
||||
Reference in New Issue
Block a user