Merged in bugfix/PMCORE-2565 (pull request #7641)
PMCORE-2565 Field of new user are checked as validated without information Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
3b3f396082
@@ -345,15 +345,15 @@
|
||||
validate: {
|
||||
USR_USERNAME: {
|
||||
message: "",
|
||||
state: true
|
||||
state: null
|
||||
},
|
||||
USR_NEW_PASS: {
|
||||
message: "",
|
||||
state: true
|
||||
state: null
|
||||
},
|
||||
USR_CNF_PASS: {
|
||||
message: "",
|
||||
state: true
|
||||
state: null
|
||||
}
|
||||
},
|
||||
countryList: [{
|
||||
|
||||
Reference in New Issue
Block a user