mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 18:16:45 +00:00
FINERACT-326 : Edit datatable page not able to save if the single character is entered in New Name field
This commit is contained in:
parent
251a125d08
commit
abf6462b3a
@ -2837,6 +2837,7 @@
|
||||
"validation.msg.datatable.length.must.be.provided.when.type.is.String": "The length must be provided when type is string",
|
||||
"validation.msg.datatable.datatableName.does.not.match.regexp": "Data table name can be alpha-Numeric. And should contain more than one character",
|
||||
"validation.msg.datatable.name.does.not.match.regexp": "name field(s) can be alpha-Numeric. And should contain more than one character",
|
||||
"validation.msg.datatable.newName.does.not.match.regexp": "New name field(s) can be alpha-Numeric. And should contain more than one character",
|
||||
"validation.msg.datatable.code.must.be.provided.when.type.is.Dropdown": "The code must be provided when type is Drop-down",
|
||||
"validation.msg.datatable.length.not.greater.than.zero": "When type is string length must be greater than 0",
|
||||
"validation.msg.datatable.columns.cannot.be.blank": "The columns cannot be blank",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user