Gets the c# side of things working for complex validation for complex editors

This commit is contained in:
Shannon
2020-06-24 10:20:25 +10:00
parent 80bbfaf7be
commit 29aaabcc6e
10 changed files with 102 additions and 80 deletions

View File

@@ -54,7 +54,7 @@ namespace Umbraco.Web
ValidationResult result, string propertyAlias, string culture = "", string segment = "")
{
var propValidationResult = new PropertyValidationResult(result);
var propValidationResult = new ContentPropertyValidationResult(result);
var keyParts = new[]
{