Commit 1f5017aa authored by Fabien Morin's avatar Fabien Morin

fix a mistake in delete and delete_action transition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96d1eb08
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>1</int> </value>
<value> <int>2</int> </value>
</item>
</dictionary>
</pickle>
......
......@@ -23,7 +23,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>delete_action</string> </value>
<value> <string>delete</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>2</int> </value>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
......
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