[Erp5-report] r13051 -	/erp5/trunk/products/ERP5/Document/WebSection.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Mon Feb 26 17:53:22 CET 2007
    
    
  
Author: jp
Date: Mon Feb 26 17:53:21 2007
New Revision: 13051
URL: http://svn.erp5.org?rev=13051&view=rev
Log:
More keys filtered
Modified:
    erp5/trunk/products/ERP5/Document/WebSection.py
Modified: erp5/trunk/products/ERP5/Document/WebSection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/WebSection.py?rev=13051&r1=13050&r2=13051&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/WebSection.py (original)
+++ erp5/trunk/products/ERP5/Document/WebSection.py Mon Feb 26 17:53:21 2007
@@ -52,6 +52,7 @@
 CACHE_KEY = 'web_site_aq_cache'
 DOCUMENT_NAME_KEY = 'web_section_document_name'
 reserved_name_dict = { 'getApplicableLayout' : 1,
+                       'getWebmaster' : 1,
                        'getContainerLayout': 1,
                        'isWebMode' : 1,
                        'getLayout' : 1,
@@ -69,6 +70,9 @@
                        'role_map' : 1,
                        'func_defaults': 1,
                        '_v_section_webmaster': 1,
+                       'priority': 1,
+                       'to_processing_date': 1,
+                       'categories': 1,
                      }
 reserved_name_dict_init = 0
 
    
    
More information about the Erp5-report
mailing list