[freeside-commits] freeside/httemplate/config config.cgi, 1.34, 1.35
Ivan,,,
ivan at wavetail.420.am
Wed Apr 21 02:09:03 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/config
In directory wavetail.420.am:/tmp/cvs-serv32421/config
Modified Files:
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.34
retrieving revision 1.35
diff -u -w -d -r1.34 -r1.35
--- config.cgi 3 Nov 2009 03:13:08 -0000 1.34
+++ config.cgi 21 Apr 2010 09:09:00 -0000 1.35
@@ -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