Commit e4efa097 authored by Aurel's avatar Aurel

- display reception date in right workflow state

- allow people from source site to cancel a document sent to a remote site

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24424 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4329ac3
......@@ -227,6 +227,10 @@
<key> <string>time_separator</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>timezone_style</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -482,7 +486,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getSimulationState() in (\'ordered\', \'confirmed\', \'delivered\')</string> </value>
<value> <string>python: here.getSimulationState() in (\'stopped\', \'delivered\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -43,6 +43,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>revoke_action</string>
<string>stop</string>
<string>stop_action</string>
</tuple>
......
......@@ -43,7 +43,9 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>cancel</string>
<string>deliver</string>
<string>revoke_action</string>
<string>stop_to_deliver_action</string>
</tuple>
</value>
......
......@@ -78,8 +78,6 @@
<value>
<tuple>
<string>Assignor</string>
<string>DestinationAssignor</string>
<string>DestinationAssignee</string>
<string>Assignee</string>
<string>Manager</string>
<string>Assistant</string>
......
......@@ -79,8 +79,6 @@
<tuple>
<string>Assignor</string>
<string>Assignee</string>
<string>DestinationAssignor</string>
<string>DestinationAssignee</string>
<string>Manager</string>
</tuple>
</value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workflow</string> </value>
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Cancel</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?field_my_workflow_action=revoke_action</string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value> <string>cancel</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>guard</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>revoke_action</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>script_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Cancel</string> </value>
</item>
<item>
<key> <string>trigger_type</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Guard" module="Products.DCWorkflow.Guard"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>roles</string> </key>
<value>
<tuple>
<string>Manager</string>
<string>Assignee</string>
<string>Assignor</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
639
\ No newline at end of file
641
\ 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