From ffac1f99fed8081ade82949db63c622dc3837508 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 26 Feb 2014 13:43:09 +0100 Subject: [PATCH] Allow bootstrap by setting the portal type as the document name. --- product/ERP5Form/Form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/Form.py b/product/ERP5Form/Form.py index b7be3bbc86..1d5169beb1 100644 --- a/product/ERP5Form/Form.py +++ b/product/ERP5Form/Form.py @@ -570,7 +570,7 @@ class ERP5Form(Base, ZMIForm, ZopePageTemplate): on page templates or DTML. """ meta_type = "ERP5 Form" - portal_type = "Form" + portal_type = "ERP5 Form" icon = "www/Form.png" # Declarative Security -- 2.30.9