From 4f5e18e4866f995e363d28f4efb20a9fd6048e5f Mon Sep 17 00:00:00 2001
From: Yusei Tahara <yusei@nexedi.com>
Date: Mon, 26 Nov 2007 12:53:05 +0000
Subject: [PATCH] Add bookmark preference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17783 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/DocumentPreference.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/product/ERP5/PropertySheet/DocumentPreference.py b/product/ERP5/PropertySheet/DocumentPreference.py
index 9cffe01e21..58bf602af4 100644
--- a/product/ERP5/PropertySheet/DocumentPreference.py
+++ b/product/ERP5/PropertySheet/DocumentPreference.py
@@ -73,6 +73,12 @@ class DocumentPreference:
       'type'        : 'string',
       'preference'  : 1,
       'mode'        : '' },
+    { 'id'          : 'preferred_document_bookmark',
+      'description' : 'Preffered documents to refer frequently.',
+      'type'        : 'lines',
+      'preference'  : 1,
+      'default'     : [],
+      'mode'        : '' },
     # XXX-JPS. This is not a real property - it is somehow a hack.
     # BG: I was advised by somebody from Nexedi (I think it was Jerome)
     { 'id'              : 'preferred_document_ingestion_email_notification_selection',
-- 
GitLab