]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 17 Aug 2016 16:01:33 +0000 (18:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 21 Aug 2016 19:44:17 +0000 (21:44 +0200)
- it is no longer phone, but landLine ...

src/java/org/mxchange/jjobs/validator/booleans/JobsUserProfileVisibilityValidator.java

index 3cb6853f80d71ae72028ec351bdb0012f0f23a12..b44c067fef998b64baf05961ac2931af23670558 100644 (file)
@@ -38,7 +38,7 @@ public class JobsUserProfileVisibilityValidator extends BaseBooleanValidator imp
        @Override
        public void validate (final FacesContext context, final UIComponent component, final Object value) {
                // The required field
-               String[] requiredFields = {"phoneAreaCode", "phoneNumber", "faxAreaCode", "faxNumber", "mobileNumber"}; //NOI18N
+               String[] requiredFields = {"landLineAreaCode", "landLineNumber", "faxAreaCode", "faxNumber", "mobileNumber"}; //NOI18N
 
                // Pre-validation (example: not null, not a string, empty string ...)
                super.preValidate(context, component, value, requiredFields, false);