FINERACT-326 : Edit datatable page not able to save if the single character is entered in New Name field

This commit is contained in:
nazeer1100126 2017-03-13 16:30:36 +05:30
parent 251a125d08
commit abf6462b3a

View File

@ -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",