Commit 071b6102 authored by Ivan Tyagov's avatar Ivan Tyagov

Add preferred email ingestion address to preferences.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5adfa13
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment