From 071b61025b8eb5be841c6592d950f3a1648ef0f8 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Fri, 18 May 2007 11:52:08 +0000 Subject: [PATCH] Add preferred email ingestion address to preferences. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14514 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/DocumentPreference.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product/ERP5/PropertySheet/DocumentPreference.py b/product/ERP5/PropertySheet/DocumentPreference.py index c40b0df4fd..8ce6930894 100644 --- a/product/ERP5/PropertySheet/DocumentPreference.py +++ b/product/ERP5/PropertySheet/DocumentPreference.py @@ -63,6 +63,11 @@ class DocumentPreference: 'select_variable' : 'getDocumentIngestionEmailNotificationSelectionList', 'preference' : 1, 'mode' : '' }, + { 'id' : 'preferred_document_email_ingestion_address', + 'description' : 'Email ingestion address', + 'type' : 'string', + 'preference' : 1, + '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' : 'document_ingestion_email_notification_selection', -- 2.30.9