Commit 8d07e0ff authored by Julien Muchembled's avatar Julien Muchembled

Rename acknowledge transition on event_workflow to acknowledge_event to not...

Rename acknowledge transition on event_workflow to acknowledge_event to not conflict with new acknowledge method of Event class.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27894 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 604c544c
......@@ -31,8 +31,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>acknowledge</string>
<string>acknowledge_action</string>
<string>acknowledge_event</string>
<string>cancel</string>
<string>cancel_action</string>
</tuple>
......
......@@ -31,8 +31,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>acknowledge</string>
<string>acknowledge_action</string>
<string>acknowledge_event</string>
<string>assign</string>
<string>assign_action</string>
<string>cancel</string>
......
......@@ -23,7 +23,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>acknowledge</string> </value>
<value> <string>acknowledge_event</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
418
\ No newline at end of file
419
\ 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