Pointing the actual reason for invalidating composition
This commit is contained in:
@@ -499,7 +499,7 @@ namespace Umbraco.Web.Editors
|
||||
var group = contentTypeSave.Groups.Single(x => x.Alias == propertyGroupAlias);
|
||||
var groupIndex = contentTypeSave.Groups.IndexOf(group);
|
||||
var key = $"Groups[{groupIndex}].Name";
|
||||
ModelState.AddModelError(key, "Duplicate property group aliases are not allowed between compositions");
|
||||
ModelState.AddModelError(key, "Same alias for tab and group is not allowed between compositions");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user