From 0e8a94ac42c5f4345658d1581f9b2c7afa705a3a Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 12 Apr 2018 15:08:29 -0700 Subject: Adjust field size to keep compatibility with MySQL 5.6 --- app/Template/swimlane/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/swimlane/edit.php') diff --git a/app/Template/swimlane/edit.php b/app/Template/swimlane/edit.php index 205dc95d..f15a6dfb 100644 --- a/app/Template/swimlane/edit.php +++ b/app/Template/swimlane/edit.php @@ -6,7 +6,7 @@ form->csrf() ?> form->label(t('Name'), 'name') ?> - form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="255"', 'tabindex="1"')) ?> + form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="191"', 'tabindex="1"')) ?> form->label(t('Description'), 'description') ?> form->textEditor('description', $values, $errors, array('tabindex' => 2)) ?> -- cgit v1.2.3