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/Template/group_modification/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/group_modification') diff --git a/app/Template/group_modification/show.php b/app/Template/group_modification/show.php index df4ed01e..c314a412 100644 --- a/app/Template/group_modification/show.php +++ b/app/Template/group_modification/show.php @@ -8,7 +8,7 @@ form->hidden('external_id', $values) ?> form->label(t('Name'), 'name') ?> - form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="100"')) ?> + form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="255"')) ?> modal->submitButtons() ?> -- cgit v1.2.3