Commit 50b48477 authored by Aurel's avatar Aurel

allow to check update tool and update bt workflow even when not erp5_core


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6567 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ca39f74
......@@ -4117,8 +4117,6 @@ Business Template is a set of definitions, such as skins, portal types and categ
id = prop['id']
if id in ('id', 'uid', 'rid', 'sid', 'id_group', 'last_id', 'install_object_list_list'):
continue
if id in ('template_update_business_template_workflow', 'template_update_tool') and self.getTitle() != 'erp5_core':
continue
value = self.getProperty(id)
if prop_type in ('text', 'string', 'int', 'boolean'):
bta.addObject(obj=value, name=id, path=path+os.sep+'bt', ext='')
......
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