From 29d1417e8b1b3620578febb3cf3da6349bc09702 Mon Sep 17 00:00:00 2001
From: Oliver Kraitschy <okraits@arcor.de>
Date: Fri, 6 Mar 2015 09:34:51 +0100
Subject: Create subtask with title maxlength 100.

---
 app/Template/subtask/create.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app/Template/subtask')

diff --git a/app/Template/subtask/create.php b/app/Template/subtask/create.php
index be7fc311..112c26d4 100644
--- a/app/Template/subtask/create.php
+++ b/app/Template/subtask/create.php
@@ -9,7 +9,7 @@
     <?= $this->formHidden('task_id', $values) ?>
 
     <?= $this->formLabel(t('Title'), 'title') ?>
-    <?= $this->formText('title', $values, $errors, array('required', 'autofocus', 'maxlength="50"')) ?><br/>
+    <?= $this->formText('title', $values, $errors, array('required', 'autofocus', 'maxlength="100"')) ?><br/>
 
     <?= $this->formLabel(t('Assignee'), 'user_id') ?>
     <?= $this->formSelect('user_id', $users_list, $values, $errors) ?><br/>
-- 
cgit v1.2.3