Ignore:
Timestamp:
18.06.2010 22:10:25 (2 years ago)
Author:
zmsdev
Message:

Applied fix for configuration of miscellaneous-properties (reported by pasc).

File:
1 edited

Legend:

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

    r1029 r1059  
    157157<dtml-let 
    158158  conf="getConfProperties()"  
    159   conf_keys="filter(lambda x: 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.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'}, 
Note: See TracChangeset for help on using the changeset viewer.