From 0eab7643459bbf8626b0e89240d2f5f9d8a957d8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 27 Jan 2014 17:07:42 -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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index 58af6bc83..7ab08a355 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -117,7 +117,9 @@ $f->{'hashref'} = { '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