From a05fce8c340d792a0a18d2f347b7584ce9848117 Mon Sep 17 00:00:00 2001
From: Kristian Rother <kr@nexedi.com>
Date: Mon, 15 Jan 2007 14:34:39 +0000
Subject: [PATCH] Added missing Predicate Property Sheet.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12102 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/WebSection.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/Document/WebSection.py b/product/ERP5/Document/WebSection.py
index 9c3db85fb9..4b0616a558 100644
--- a/product/ERP5/Document/WebSection.py
+++ b/product/ERP5/Document/WebSection.py
@@ -114,6 +114,7 @@ class WebSection(Domain):
                       , PropertySheet.DublinCore
                       , PropertySheet.WebSite
                       , PropertySheet.SortIndex
+                      , PropertySheet.Predicate
                       )
 
     web_section_key = WEBSECTION_KEY
-- 
2.30.9