From dd92564d221f35fc4fc7bb449c6d24cc4743247b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 11 Apr 2018 12:03:38 -0700 Subject: Increase text fields length in several tables --- app/Validator/SwimlaneValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Validator/SwimlaneValidator.php') diff --git a/app/Validator/SwimlaneValidator.php b/app/Validator/SwimlaneValidator.php index b0302d73..fb3d5f11 100644 --- a/app/Validator/SwimlaneValidator.php +++ b/app/Validator/SwimlaneValidator.php @@ -68,7 +68,7 @@ class SwimlaneValidator extends BaseValidator return array( new Validators\Integer('id', t('The id must be an integer')), new Validators\Integer('project_id', t('The project id must be an integer')), - new Validators\MaxLength('name', t('The maximum length is %d characters', 50), 50) + new Validators\MaxLength('name', t('The maximum length is %d characters', 255), 255) ); } } -- cgit v1.2.3