From bbe68d476444cd9fe3ffbca1f16928c559c58856 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Apr 2010 09:09:00 +0000 Subject: [PATCH] prevent inadvertantly losing disabled package defs, service defs or package classes in a config value that uses them (i.e. support_packages) --- httemplate/config/config.cgi | 1 + 1 file changed, 1 insertion(+) 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 <% $key %> % % my %opt = ( 'element_name' => "$key$n", % 'empty_label' => ' ', +% 'showdisabled' => 1, % ); % if ( $config_item->multiple ) { % $opt{'multiple'} = 1 if $config_item->multiple; -- 2.11.0