Commit 77716f71 authored by Jérome Perrin's avatar Jérome Perrin

Add an invalidated -> deleted transition in validation_workflow.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19975 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc7794e0
......@@ -43,11 +43,19 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>delete</string>
<string>delete_action</string>
<string>validate</string>
<string>validate_action</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
749
\ No newline at end of file
751
\ 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