Commit 48e63de3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

update properties


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@254 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7259b426
...@@ -57,7 +57,7 @@ class BusinessTemplate: ...@@ -57,7 +57,7 @@ class BusinessTemplate:
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'template_propertysheet_id', { 'id' : 'template_property_sheet_id',
'description' : 'A list of ids of skins used by this module', 'description' : 'A list of ids of skins used by this module',
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
...@@ -72,7 +72,7 @@ class BusinessTemplate: ...@@ -72,7 +72,7 @@ class BusinessTemplate:
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'template_catalog_column_id', { 'id' : 'template_catalog_result_key',
'description' : 'A list of ids of skins used by this module', 'description' : 'A list of ids of skins used by this module',
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
...@@ -87,7 +87,7 @@ class BusinessTemplate: ...@@ -87,7 +87,7 @@ class BusinessTemplate:
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'template_base_category_id', { 'id' : 'template_base_category',
'description' : 'A list of ids of skins used by this module', 'description' : 'A list of ids of skins used by this module',
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
...@@ -97,11 +97,25 @@ class BusinessTemplate: ...@@ -97,11 +97,25 @@ class BusinessTemplate:
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'object_path', { 'id' : 'template_extension_id',
'description' : 'A list of ids of extensions used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_permission',
'description' : 'A list of ids of roles used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_path',
'description' : 'A list of ids of skins used by this module', 'description' : 'A list of ids of skins used by this module',
'type' : 'lines', 'type' : 'lines',
'mode' : 'w', 'mode' : 'w',
'default' : () }, 'default' : () },
{ 'id' : 'publication_url',
'description' : 'A url on a webdav server which contains the business template source',
'type' : 'string',
'mode' : 'w', },
) )
_categories = ( ) _categories = ( )
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