Increase text fields length in several tables
This commit is contained in:
@@ -91,7 +91,7 @@ class CommentValidator extends BaseValidator
|
||||
new Validators\Integer('id', t('This value must be an integer')),
|
||||
new Validators\Integer('task_id', t('This value must be an integer')),
|
||||
new Validators\Integer('user_id', t('This value must be an integer')),
|
||||
new Validators\MaxLength('reference', t('The maximum length is %d characters', 50), 50),
|
||||
new Validators\MaxLength('reference', t('The maximum length is %d characters', 255), 255),
|
||||
new Validators\Required('comment', t('Comment is required'))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user