summaryrefslogtreecommitdiff
path: root/app/Template/swimlane/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/swimlane/edit.php')
-rw-r--r--app/Template/swimlane/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/edit.php b/app/Template/swimlane/edit.php
index b1d713ee..205dc95d 100644
--- a/app/Template/swimlane/edit.php
+++ b/app/Template/swimlane/edit.php
@@ -6,7 +6,7 @@
<?= $this->form->csrf() ?>
<?= $this->form->label(t('Name'), 'name') ?>
- <?= $this->form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"', 'tabindex="1"')) ?>
+ <?= $this->form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="255"', 'tabindex="1"')) ?>
<?= $this->form->label(t('Description'), 'description') ?>
<?= $this->form->textEditor('description', $values, $errors, array('tabindex' => 2)) ?>