[Erp5-report] r45681 vincent - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets:...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 26 10:42:16 CEST 2011


Author: vincent
Date: Tue Apr 26 10:42:16 2011
New Revision: 45681

URL: http://svn.erp5.org?rev=45681&view=rev
Log:
Use None as default value.

Default value should be None or of a type consistent with property definition.
In this case, None is useful to disable auto-logout on user inactivity, so use
it.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Preference/preferred_max_user_inactivity_duration_property.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Preference/preferred_max_user_inactivity_duration_property.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Preference/preferred_max_user_inactivity_duration_property.xml?rev=45681&r1=45680&r2=45681&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Preference/preferred_max_user_inactivity_duration_property.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Preference/preferred_max_user_inactivity_duration_property.xml [utf8] Tue Apr 26 10:42:16 2011
@@ -53,7 +53,9 @@
         </item>
         <item>
             <key> <string>property_default</string> </key>
-            <value> <string>python: \'\'</string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision?rev=45681&r1=45680&r2=45681&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] Tue Apr 26 10:42:16 2011
@@ -1 +1 @@
-26
\ No newline at end of file
+27



More information about the Erp5-report mailing list