RED-8415: Fixed 500 when fileAttribute label length is exacly 255 chars #339
@ -18,9 +18,9 @@ public class FileAttributeConfig {
|
||||
|
||||
private String id;
|
||||
|
||||
@Size(max = 255)
|
||||
@Size(max = 254)
|
||||
private String csvColumnHeader;
|
||||
@Size(max = 255)
|
||||
@Size(max = 254)
|
||||
private String label;
|
||||
private boolean primaryAttribute;
|
||||
private boolean editable;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user