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

delete bug lines after cloning a bug

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24758 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3e1f4f6
......@@ -54,6 +54,9 @@
<item>
<key> <string>_body</string> </key>
<value> <string>context.Bug_init()\n
\n
# delete bug lines\n
context.manage_delObjects(list(context.contentIds()))\n
</string> </value>
</item>
<item>
......@@ -92,6 +95,7 @@
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>list</string>
</tuple>
</value>
</item>
......
407
\ No newline at end of file
410
\ 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