Commit ccb73cc9 authored by Sebastien Robin's avatar Sebastien Robin

change reject action

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14652 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb69cdd5
......@@ -47,8 +47,8 @@
<string>cancel_action</string>
<string>deliver</string>
<string>deliver_action</string>
<string>draft</string>
<string>draft_action</string>
<string>reject</string>
<string>reject_action</string>
</tuple>
</value>
</item>
......
......@@ -43,10 +43,10 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>draft</string>
<string>draft_action</string>
<string>order</string>
<string>order_action</string>
<string>reject</string>
<string>reject_action</string>
</tuple>
</value>
</item>
......
......@@ -47,6 +47,8 @@
<string>accept_action</string>
<string>cancel</string>
<string>cancel_action</string>
<string>reject</string>
<string>reject_action</string>
</tuple>
</value>
</item>
......
......@@ -43,7 +43,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>draft</string> </value>
<value> <string>reject</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
......
......@@ -25,11 +25,11 @@
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?field_my_workflow_action=draft_action</string> </value>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?field_my_workflow_action=reject_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>draft</string> </value>
<value> <string>reject</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -43,7 +43,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>draft_action</string> </value>
<value> <string>reject_action</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
......@@ -55,7 +55,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <string>Reject Action</string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
......@@ -79,6 +79,8 @@
<tuple>
<string>Manager</string>
<string>Assignee</string>
<string>DestinationAssignor</string>
<string>DestinationAssignee</string>
</tuple>
</value>
</item>
......
262
\ No newline at end of file
264
\ 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