Fixed: U4-3851 More specific error when saving a user with no Section checkbox selected
This commit is contained in:
@@ -235,6 +235,7 @@ namespace umbraco.cms.presentation.user
|
||||
sectionValidator.ControlToValidate = lapps.ID;
|
||||
sectionValidator.ErrorMessage = ui.Text("errorHandling", "errorMandatoryWithoutTab", ui.Text("user", "modules", UmbracoUser), UmbracoUser);
|
||||
sectionValidator.CssClass = "error";
|
||||
sectionValidator.Style.Add("color", "red");
|
||||
|
||||
SetupForm();
|
||||
SetupChannel();
|
||||
|
||||
Reference in New Issue
Block a user