From ca60a4d050239ff4516f6fa78c9251d4897aa7c1 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Tue, 22 Nov 2005 15:54:45 +0000 Subject: [PATCH] Add preferred_section_category. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4378 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/PropertySheet/Preference.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/product/ERP5Form/PropertySheet/Preference.py b/product/ERP5Form/PropertySheet/Preference.py index 687c47525f..0b17b6e0b7 100755 --- a/product/ERP5Form/PropertySheet/Preference.py +++ b/product/ERP5Form/PropertySheet/Preference.py @@ -34,9 +34,14 @@ class Preference : _properties = ( { 'id' : 'preferred_visible_module', 'description' : 'List of modules visible from the main page '\ - '(usefull to filter not interesting modules)', + '(useful to filter uninteresting modules)', 'type' : 'lines', 'mode' : 'w' }, + { 'id' : 'preferred_section_category', + 'description' : 'The section category for documents; '\ + 'usually something like group/nexedi.', + 'type' : 'string', + 'mode' : 'w'}, ) _categories = ( ) -- 2.30.9