Commit 10b2a1a2 authored by Alexandre Boeglin's avatar Alexandre Boeglin

use getCurrentTrackingList method, to filter unwanted workflow states

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f31186b
......@@ -67,7 +67,7 @@
<key> <string>_body</string> </key>
<value> <string>from Products.ERP5Type.Document import newTempBase\n
catalog = context.portal_catalog.getResultValue\n
method = context.portal_simulation.getTrackingList\n
method = context.portal_simulation.getCurrentTrackingList\n
uid = context.getUid()\n
\n
history_list = []\n
......
28
\ No newline at end of file
29
\ 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