summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-28 20:19:49 -0700
committerMark Wells <mark@freeside.biz>2016-04-28 20:20:10 -0700
commit849eff8453b945e99c00b00682a846dccbbb5519 (patch)
tree57a85809525d6fc87d039391b5301984a3858730 /httemplate/edit
parent769398e8bddf874129a9f4be54337742de55f5a0 (diff)
more convenient selection of domain in svc_acct definition, #40962
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/elements/part_svc_column.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index bc679e577..4e112c078 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -132,7 +132,10 @@ my %communigate_fields = (
% } elsif ( $def->{'type'} eq 'select' ) {
%
% if ( $def->{'select_table'} ) {
- <& /elements/select-table.html,
+% # set the 'select_svc' flag to enable two-step selection of services
+% my $comp = '/elements/select-table.html';
+% $comp = '/elements/select-svc.html' if $def->{'select_svc'};
+ <& $comp,
'field' => $name,
'id' => $name.'_select',
'table' => $def->{'select_table'},