Skip to content
Snippets Groups Projects
Commit 021c938e authored by Jared Hancock's avatar Jared Hancock
Browse files

staff: Fix very short email address on quick add agent

parent 3d4313f2
No related branches found
No related tags found
No related merge requests found
...@@ -1332,6 +1332,7 @@ extends AbstractForm { ...@@ -1332,6 +1332,7 @@ extends AbstractForm {
'configuration' => array( 'configuration' => array(
'validator' => 'email', 'validator' => 'email',
'placeholder' => __('Email Address — e.g. me@mycompany.com'), 'placeholder' => __('Email Address — e.g. me@mycompany.com'),
'length' => 128,
), ),
)), )),
'dept_id' => new ChoiceField(array( 'dept_id' => new ChoiceField(array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment