diff options
author | ivan <ivan> | 2010-04-21 09:09:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-21 09:09:02 +0000 |
commit | c9dcb484e884feaf75908c71bed20f11289b3364 (patch) | |
tree | 352a7c85e64c95b03ca4c140b4d9322e9766e3e6 | |
parent | b055dfc55a375da5940a70b945c0628df70724a2 (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.cgi | 1 |
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; |