Commit 74ffbc21 authored by Aurel's avatar Aurel

2006-11-24 Aurel

* add reset parameter when calling Base_viewWorklist

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11468 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 217d59dd
......@@ -68,16 +68,20 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>module = context.getPortalObject().getDefaultModule(portal_type)\n
<value> <string encoding="cdata"><![CDATA[
module = context.getPortalObject().getDefaultModule(portal_type)\n
\n
redirect_url = \'%s/%s?simulation_state=%s\' % ( module.absolute_url()\n
redirect_url = \'%s/%s?simulation_state=%s&reset=1\' % ( module.absolute_url()\n
, \'view\'\n
, simulation_state\n
)\n
\n
\n
context.REQUEST[ \'RESPONSE\' ].redirect( redirect_url )\n
</string> </value>
]]></string> </value>
</item>
<item>
<key> <string>_code</string> </key>
......
2006-11-24 Aurel
* add reset parameter when calling Base_viewWorklist
2006-10-31 Seb
* Added everything necessary to use portal_caches
......
197
\ No newline at end of file
201
\ 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