Fixed: U4-3851 More specific error when saving a user with no Section checkbox selected

This commit is contained in:
perploug
2014-02-24 16:03:04 +01:00
parent ffdf4e7256
commit 24ae424207

View File

@@ -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();