summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-04-21 09:09:02 +0000
committerivan <ivan>2010-04-21 09:09:02 +0000
commitc9dcb484e884feaf75908c71bed20f11289b3364 (patch)
tree352a7c85e64c95b03ca4c140b4d9322e9766e3e6
parentb055dfc55a375da5940a70b945c0628df70724a2 (diff)
prevent inadvertantly losing disabled package defs, service defs or package classes in a config value that uses them (i.e. support_packages)
-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;