From 68a886a2c8bdb6421ce1b02c5646dc8bbad6bde3 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 30 May 2005 09:36:19 +0000
Subject: [PATCH] added group to criterion_base_category

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

diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py
index f6ded485bf..07bd02a499 100755
--- a/product/ERP5/ERP5Defaults.py
+++ b/product/ERP5/ERP5Defaults.py
@@ -155,5 +155,5 @@ portal_line_base_category_list = ('coloris', 'couleur', )
 portal_tab_base_category_list = ('morphologie', )
 
 portal_criterion_base_category_list = ('source','destination','resource',
-                                       'destination_section','source_section')
+                                       'destination_section','source_section','group')
 portal_mapped_value_property_list = ('start_date','stop_date')
-- 
2.30.9