Commit f85f23d4 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add a new property "maintainer".

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7227 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a354a016
......@@ -224,6 +224,11 @@ class BusinessTemplate:
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'maintainer',
'description' : 'A list of maintainers',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_update_business_template_workflow',
'description' : 'A flag indicating if we have to update business template workflows',
'type' : 'boolean',
......
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