TT#134254 change fax destination email field type

* Email field is now Text to work with scenarios when
  use_regex is enabled

Change-Id: Ibd8d1932e8ed3bcec6c4a6a08cbc16e5a192a617
mr10.1
Kirill Solomko 4 years ago
parent 8516d817c6
commit 7e6c05f097

@ -43,7 +43,7 @@ has_field 'destinations' => (
);
has_field 'destinations.destination' => (
type => 'Email',
type => 'Text',
label => 'Destination Email',
required => 1,
);

@ -28,7 +28,7 @@ has_field 'destination.id' => (
);
has_field 'destination.destination' => (
type => 'Email',
type => 'Text',
label => 'Destination Email',
required => 1,
wrapper_class => [qw/hfh-rep-field/],

Loading…
Cancel
Save