From f04226bd06a643d6d2cf0d369fb384fa890e8dd0 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Thu, 1 Jul 2004 13:19:55 +0000 Subject: [PATCH] Do not allow BusinessTemplate to be included in BusinessTemplate itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1111 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index 26e1e7e99a..377db31937 100755 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -326,7 +326,7 @@ Business Template is a set of definitions, such as skins, portal types and categ , 'factory' : 'addBusinessTemplate' , 'immediate_view' : 'BusinessTemplate_view' , 'allow_discussion' : 1 - , 'allowed_content_types': ('BusinessTemplate', + , 'allowed_content_types': ( ) , 'filter_content_types' : 1 , 'global_allow' : 1 -- 2.30.9