From 41f4ab8c821253c93df56e47eb23766f08f8a2f2 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@nexedi.com>
Date: Tue, 15 Dec 2015 11:12:18 +0000
Subject: [PATCH] erp5_core: add type class to Predicate portal type

---
 .../PortalTypeTemplateItem/portal_types/Predicate.xml         | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Predicate.xml b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Predicate.xml
index dc8c65321a..b7c48a3d51 100644
--- a/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Predicate.xml
+++ b/product/ERP5/bootstrap/erp5_core/PortalTypeTemplateItem/portal_types/Predicate.xml
@@ -57,6 +57,10 @@ Other predicates must be implemented through scripts. \n
             <key> <string>title</string> </key>
             <value> <string></string> </value>
         </item>
+        <item>
+            <key> <string>type_class</string> </key>
+            <value> <string>Predicate</string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>
-- 
2.30.9