Commit c283c601 authored by Fabien Morin's avatar Fabien Morin

Now Base_getWorkflowEventInfoList return object list, and the date is stored under the name time

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2239fffe
......@@ -42,7 +42,7 @@
<div class="related_docs">\n
<table id="#workflow_history" tal:define="history here/Base_getWorkflowEventInfoList">\n
<tr tal:repeat="event history">\n
<td tal:content="python: here.Base_FormatDate(event[\'date\'])"/>\n
<td tal:content="python: here.Base_FormatDate(event.time)"/>\n
<td tal:content="event/action"/>\n
<td tal:content="event/actor"/>\n
</tr>\n
......
890
\ No newline at end of file
891
\ 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