Commit 60d8a150 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: rename field my_modification_date to your_modification_date, thanks cedric.leninivin

This avoid the property to be included by edit. It is a nice way to
provide extra information with jIO without the risk to modify the data.
parent af4cb0f6
......@@ -80,7 +80,7 @@ ooffice_view</string> </value>
<string>my_language</string>
<string>my_version</string>
<string>my_portal_type</string>
<string>my_modification_date</string>
<string>your_modification_date</string>
<string>my_content_type</string>
<string>my_filename</string>
<string>my_data</string>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_modification_date</string> </value>
<value> <string>your_modification_date</string> </value>
</item>
<item>
<key> <string>message_values</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