Commit cc564e19 authored by Jérome Perrin's avatar Jérome Perrin

reset the last id to 1



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8917 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 397a8924
......@@ -74,6 +74,7 @@
for name in (\'foo_module\', \'bar_module\'):\n
module = getattr(context, name)\n
module.manage_delObjects(list(module.objectIds()))\n
module.setLastId(1)\n
\n
# Reset the form.\n
form = context.FooModule_viewFooList\n
......
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