From 021c938e9643cd094399df86d26844bf2a9daa93 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 6 Aug 2015 12:24:43 -0500 Subject: [PATCH] staff: Fix very short email address on quick add agent --- include/class.staff.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.staff.php b/include/class.staff.php index d281bb984..ee930e581 100644 --- a/include/class.staff.php +++ b/include/class.staff.php @@ -1332,6 +1332,7 @@ extends AbstractForm { 'configuration' => array( 'validator' => 'email', 'placeholder' => __('Email Address — e.g. me@mycompany.com'), + 'length' => 128, ), )), 'dept_id' => new ChoiceField(array( -- GitLab