Commit f1d26984 authored by Aurel's avatar Aurel

crm : add unsubscription parameter for notification message

parent 2f699306
......@@ -64,6 +64,7 @@ def getSubstitutionMappingDict():\n
source_title=event_value.getSourceTitle() or \'\',\n
image_parameters = "/Base_openEvent?id=%s&hash=%s" %(event_value.getId(), hmac),\n
document_parameters = "/Base_readEvent?id=%s&hash=%s" %(event_value.getId(), hmac),\n
unsubscribe_parameters = "/Base_unsubscribeFromEvent?id=%s&hash=%s" %(event_value.getId(), hmac),\n
)\n
return kw\n
\n
......
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