MT#64142 do not translate CF dropdown items

names of CF destinationsets, sourcesets etc. are provided by the
user and can therefore contain patterns that are then unintentionally
interpreted by the perl Maketext Module, causing 500 errors as a
consequence.

translations are better disabled for the dropdown option items.

Change-Id: I20fa5c5ad79f78f8d2f682ea54984e92997ec34c
(cherry picked from commit 10df50468b)
mr13.5
Rene Krenn 4 months ago
parent 570ef59c99
commit ec2f3c3fb7

@ -25,24 +25,28 @@ has_field 'active_callforward.time_set' => (
type => '+NGCP::Panel::Field::SubscriberTimeSet',
label => 'during Time Set',
wrapper_class => [qw/hfh-rep-field/],
localize => 0,
);
has_field 'active_callforward.source_set' => (
type => '+NGCP::Panel::Field::SubscriberSourceSet',
label => 'from Source Set',
wrapper_class => [qw/hfh-rep-field/],
localize => 0,
);
has_field 'active_callforward.bnumber_set' => (
type => '+NGCP::Panel::Field::SubscriberBNumberSet',
label => 'to B-Number Set',
wrapper_class => [qw/hfh-rep-field/],
localize => 0,
);
has_field 'active_callforward.destination_set' => (
type => '+NGCP::Panel::Field::SubscriberDestinationSet',
label => 'Destination Set',
wrapper_class => [qw/hfh-rep-field/],
localize => 0,
);
has_field 'active_callforward.rm' => (

Loading…
Cancel
Save