[Erp5-report] r42072 lucas - /erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jan 6 17:19:16 CET 2011
Author: lucas
Date: Thu Jan 6 17:19:15 2011
New Revision: 42072
URL: http://svn.erp5.org?rev=42072&view=rev
Log:
Added new property user_interface_description_file_id. And removed default value of configuration_after_script_id.
Modified:
erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py
Modified: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py?rev=42072&r1=42071&r2=42072&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py [utf8] Thu Jan 6 17:19:15 2011
@@ -35,8 +35,13 @@ class BusinessConfiguration:
'description' : 'Defines the Id of the script to be ran after'
'the configuration.',
'type' : 'string',
- 'default' : 'BusinessConfiguration_afterConfiguration',
'mode' : 'w' },
+ { 'id' : 'user_interface_description_file_id',
+ 'description' : 'Defines the Id of the file which has the description of'
+ 'the user interface.',
+ 'type' : 'string',
+ 'mode' : 'w' },
+
)
_categories = ("current_state", "resource", "specialise")
More information about the Erp5-report
mailing list