[freeside-commits] freeside/httemplate/config config.cgi, 1.33.2.1, 1.33.2.2

Ivan,,, ivan at wavetail.420.am
Wed Apr 21 02:09:04 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv32451/config

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	config.cgi 
Log Message:
prevent inadvertantly losing disabled package defs, service defs or package classes in a config value that uses them (i.e. support_packages)

Index: config.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/config/config.cgi,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -w -d -r1.33.2.1 -r1.33.2.2
--- config.cgi	3 Nov 2009 03:13:13 -0000	1.33.2.1
+++ config.cgi	21 Apr 2010 09:09:02 -0000	1.33.2.2
@@ -271,6 +271,7 @@
 %
 %     my %opt = ( 'element_name' => "$key$n",
 %                 'empty_label'  => ' ',
+%                 'showdisabled' => 1,
 %               );
 %     if ( $config_item->multiple ) {
 %       $opt{'multiple'} = 1 if $config_item->multiple;



More information about the freeside-commits mailing list