[Erp5-report] r22304 - /erp5/trunk/products/ERP5/PropertySheet/WebSection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Jul 6 23:18:09 CEST 2008


Author: jp
Date: Sun Jul  6 23:18:08 2008
New Revision: 22304

URL: http://svn.erp5.org?rev=22304&view=rev
Log:
Added acquisition for available languages

Modified:
    erp5/trunk/products/ERP5/PropertySheet/WebSection.py

Modified: erp5/trunk/products/ERP5/PropertySheet/WebSection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/WebSection.py?rev=22304&r1=22303&r2=22304&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/WebSection.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/WebSection.py Sun Jul  6 23:18:08 2008
@@ -88,7 +88,13 @@
             'description' : 'Languages available in the Web Section or Web Site (subset of Localizer languages)',
             'type'        : 'tokens',
             'default'     : (),
-            'mode'        : 'w' },
+            'acquisition_base_category'     : ('parent',),
+            'acquisition_portal_type'       : ('Web Section', 'Web Site'),
+            'acquisition_copy_value'        : 0,
+            'acquisition_mask_value'        : 1,
+            'acquisition_accessor_id'       : 'getAvailableLanguageList',
+            'acquisition_depends'           : None,
+            'mode'        : 'rw' },
     )
 
     _categories = ('aggregate', )




More information about the Erp5-report mailing list