From 5ffd80e8e6ac4554fc4515b018eaf0354ebcdc9a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 27 Jan 2014 17:07:27 -0800 Subject: [PATCH] fix fallout: allowing selectable choice for arbitrary things broke classic selectable choice for domains, RT#25623 --- httemplate/edit/elements/svc_Common.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index 413150858..fc29327ae 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -126,7 +126,8 @@ 'classnum'=>$columndef->columnvalue }; - } elsif ( $flag eq 'S' ) { #selectable choice + } elsif ( $flag eq 'S' #selectable choice + && $f->{type} !~ /^select-svc(-domain|_pbx)$/ ) { $f->{type} = 'select'; $f->{options} = [ split( /\s*,\s*/, $columndef->columnvalue) -- 2.11.0