TT#134254 change MailToFax From email field type

* the field type is now Text to enable regexp support

Change-Id: Ia205ae2de1bb04c4d7d82cfe3e3874b0cfebadbb
(cherry picked from commit 79b2a985e0)
mr9.5.4
Kirill Solomko 4 years ago
parent aaec378712
commit 7ae21b8f00

@ -28,7 +28,7 @@ has_field 'acl.id' => (
);
has_field 'acl.from_email' => (
type => 'Email',
type => 'Text',
label => 'From email',
required => 0,
element_attr => {

@ -63,7 +63,7 @@ has_field 'acl' => (
);
has_field 'acl.from_email' => (
type => 'Email',
type => 'Text',
label => 'From email',
required => 0,
wrapper_class => [qw/hfh-rep-field/],

Loading…
Cancel
Save