fix #1326 extend a length of label value
This commit is contained in:
parent
39d800de40
commit
09c5d9bb00
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class CreateForm {
|
|||
public String name;
|
||||
|
||||
@Required
|
||||
@Size(max = 20)
|
||||
@Size(max = 100)
|
||||
@Pattern(regexp = "^[a-zA-Z0-9_]+$")
|
||||
public String value;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue