mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix validate error display issue
This commit is contained in:
parent
1581775aa6
commit
f8f82e66db
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"groupValidationConfig": {
|
"groupValidationConfig": {
|
||||||
"groupNameJSRegEx": "^[\\S]{3,30}$",
|
"groupNameJSRegEx": "^[\\S]{3,30}$",
|
||||||
"groupNameRegExViolationErrorMsg": "Provided group name is invalid.",
|
"groupNameRegExViolationErrorMsg": "Group name should be in minimum 3 characters long and should not include any whitespaces.",
|
||||||
"groupNameHelpMsg": "Should be in minimum 3 characters long and should not include any whitespaces."
|
"groupNameHelpMsg": "Should be in minimum 3 characters long and should not include any whitespaces."
|
||||||
},
|
},
|
||||||
"roleValidationConfig": {
|
"roleValidationConfig": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user