From 71d2352f49ad56bf7e129d4bc37df2b96f5b7ff2 Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Thu, 6 Jan 2011 16:19:15 +0000 Subject: [PATCH] Added new property user_interface_description_file_id. And removed default value of configuration_after_script_id. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42072 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PropertySheet/BusinessConfiguration.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/product/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py b/product/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py index d04fd8bb57..8b3f2eb8dc 100644 --- a/product/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py +++ b/product/ERP5PropertySheetLegacy/PropertySheet/BusinessConfiguration.py @@ -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") -- 2.30.9