Commit 9d4ee0a0 authored by Nicolas Delaby's avatar Nicolas Delaby

use getDate to display date in movement timezone

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22726 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b846d7a7
......@@ -89,7 +89,7 @@ for res in method(aggregate_uid=uid, **kw):\n
resource_value = catalog(uid=res.resource_uid)\n
history.edit(\n
#uid = catalog(uid=res.uid).getTitle(),\n
date=res.date,\n
date=res.getDate(),\n
node_title=node_value is not None and node_value.getTitle() or None,\n
section_title=section_value is not None and section_value.getTitle() or None,\n
resource_title=resource_value is not None and resource_value.getTitle() or None,\n
......@@ -192,6 +192,12 @@ return history_list\n
<key> <string>id</string> </key>
<value> <string>Item_getTrackingList</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
50
\ No newline at end of file
51
\ No newline at end of file
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