Skip to content

Commit ddb34f1

Browse files
author
Marius Burkard
committed
Merge branch 'patch-search-on-mailbox-login' into 'develop'
Allow searching on the mailbox login field See merge request ispconfig/ispconfig3!1340
2 parents fc06aab + 26893d7 commit ddb34f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
'default' => '',
123123
'value' => '',
124124
'width' => '30',
125-
'maxlength' => '255'
125+
'maxlength' => '255',
126+
'searchable' => 2
126127
),
127128
'password' => array (
128129
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)