Commit 71d2352f authored by Lucas Carvalho's avatar Lucas Carvalho

Added new property user_interface_description_file_id. And removed default...

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
parent c8a57da2
......@@ -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")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment