Commit 360145a7 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_email_reader: attachment field follows the changes in Event_view.

The attachment field now uses the property aggregate_document_title of Event.
parent 5b194920
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<value> <value>
<list> <list>
<string>attachment_list</string> <string>attachment_list</string>
<string>my_aggregate_title_list</string> <string>my_aggregate_document_title_list</string>
<string>my_text_format</string> <string>my_text_format</string>
</list> </list>
</value> </value>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_aggregate_title_list</string> </value> <value> <string>my_aggregate_document_title_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_aggregate_title_list</string> </value> <value> <string>my_aggregate_document_title_list</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
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