[Erp5-report] r24741 - /erp5/trunk/products/ERP5/PropertySheet/Preference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 28 15:09:36 CET 2008


Author: romain
Date: Fri Nov 28 15:09:34 2008
New Revision: 24741

URL: http://svn.erp5.org?rev=24741&view=rev
Log:
Generate global preference accessor for preferred_max_user_inactivity_duration
and preferred_time_zone

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Preference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Preference.py?rev=24741&r1=24740&r2=24741&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] Fri Nov 28 15:09:34 2008
@@ -87,11 +87,13 @@
       'description'     : 'Preferred timezone',
       'type'            : 'string',
       'default'         : '',
+      'preference'      : 1,
       'mode'            : 'w'},
-      { 'id'            : 'preferred_max_user_inactivity_duration',
+    { 'id'              : 'preferred_max_user_inactivity_duration',
       'description'     : 'Maximum user\'s inactivity duration in seconds before user is automatically logged out',
       'type'            : 'float',
       'default'         : '',
+      'preference'      : 1,
       'mode'            : 'w'},
   )
 




More information about the Erp5-report mailing list