From dc8ae6e0fec378ea6885c1481b27272ee2a6b102 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 30 Nov 2005 10:38:20 +0000 Subject: [PATCH] Add category_type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4416 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/CMFCategory/PropertySheet/BaseCategory.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/CMFCategory/PropertySheet/BaseCategory.py b/product/CMFCategory/PropertySheet/BaseCategory.py index 0ece10a3c7..33fd2a26a9 100755 --- a/product/CMFCategory/PropertySheet/BaseCategory.py +++ b/product/CMFCategory/PropertySheet/BaseCategory.py @@ -83,6 +83,11 @@ class BaseCategory: 'type' : 'string', 'default' : None, 'mode' : 'w' }, + { 'id' : 'category_type', + 'description' : 'Category types to group categories for portal methods', + 'type' : 'lines', + 'default' : [], + 'mode' : 'w' }, ) -- 2.30.9