Revert "TT#134254 change fax destination email field type"

This reverts commit 7e6c05f097.

Change-Id: I65793f35d35a7119725f3840d302c37ddc0af587
(cherry picked from commit b5cedff911)
mr9.5.4
Kirill Solomko 4 years ago
parent 2f991a08b8
commit aaec378712

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

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

Loading…
Cancel
Save