summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-04-21 09:09:00 +0000
committerivan <ivan>2010-04-21 09:09:00 +0000
commitbbe68d476444cd9fe3ffbca1f16928c559c58856 (patch)
tree78efc83bd2a56b7e11254c884fb33005b8239750 /httemplate
parentc2839632f9a4d7edff3f40686ffa8cb01b0b9148 (diff)
prevent inadvertantly losing disabled package defs, service defs or package classes in a config value that uses them (i.e. support_packages)
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/config/config.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi
index c2b3e6d3c..ce96bc162 100644
--- a/httemplate/config/config.cgi
+++ b/httemplate/config/config.cgi
@@ -271,6 +271,7 @@ Setting <b><% $key %></b>
%
% my %opt = ( 'element_name' => "$key$n",
% 'empty_label' => ' ',
+% 'showdisabled' => 1,
% );
% if ( $config_item->multiple ) {
% $opt{'multiple'} = 1 if $config_item->multiple;