summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_svc_column.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/elements/part_svc_column.html')
-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'},