Changeset 1062


Ignore:
Timestamp:
22.06.2010 22:23:56 (20 months ago)
Author:
zmsdev
Message:

Applied fix for configuration of miscellaneous-properties.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/ZMS/manage_customize.dtml

    r1059 r1062  
    157157<dtml-let 
    158158  conf="getConfProperties()"  
    159   conf_keys="filter(lambda x: not x.startswith('ZMS.log') and not x.startswith('ZMS.security') and not x.startswith('ZMS.workflow') and not x.startswith('zms.misc.') and not x.startswith('ZMS.filter.') and not x.startswith('ZMS.custom.') and not x.startswith('Portal.'),conf.keys())"  
     159  conf_keys="filter(lambda x: not x.startswith('ZMS.version') and not x.startswith('ZMS.log') and not x.startswith('ZMS.security') and not x.startswith('ZMS.workflow') and not x.startswith('zms.misc') and not x.startswith('ZMS.filter') and not x.startswith('ZMS.custom') and not x.startswith('Portal.'),conf.keys())"  
    160160  res="[ 
    161161   {'key':'ZMSAdministrator.email','title':'Admin e-Mail','desc':'Administrators e-mail address.','datatype':'string'}, 
     
    285285  </dtml-in> 
    286286  var conf = new Array(); 
    287   <dtml-in conf_keys>conf['<dtml-var sequence-item>'] = '<dtml-var "conf[_['sequence-item']]">'; 
     287  <dtml-in conf_keys>conf['<dtml-var sequence-item>'] = <dtml-var "str_json(conf[_['sequence-item']])">; 
    288288  </dtml-in> 
    289289  var keys = new Array(); 
Note: See TracChangeset for help on using the changeset viewer.