Commit 6bb58b82 authored by Romain Courteaud's avatar Romain Courteaud

Forgot to commit the propertysheet in r19407.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19413 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c07c68f
......@@ -160,6 +160,17 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_catalog_role_key',
'description' : 'A list of ids of catalog role keys used by this template',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_catalog_local_role_key',
'description' : 'A list of ids of catalog local role keys used by ' \
'this template',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_site_property_id',
'description' : 'A list of ids of site properties used by this template',
'type' : 'lines',
......
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