Commit 5dd4ed8b authored by Aurel's avatar Aurel

action_list is not None


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9251b4b1
......@@ -4043,7 +4043,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'CatalogMultivalueKey' : '_catalog_multivalue_key_item',
'CatalogTopicKey' : '_catalog_topic_key_item',
}
object_id = REQUEST.object_id
object_class = REQUEST.object_class
# get objects
......@@ -4147,7 +4147,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
bt_hidden_content_type_list = []
bt_property_sheet_list = []
bt_base_category_list = []
bt_action_list = getattr(self, 'template_action_path', [])
bt_action_list = getattr(self, 'template_action_path', []) or []
bt_action_list = list(bt_action_list)
bt_portal_types_id_list = list(self.getTemplatePortalTypeIdList())
p = self.getPortalObject()
......
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