Commit 657c2fbf authored by Nicolas Delaby's avatar Nicolas Delaby

Associate document which implements cached_convertible interface with...

Associate document which implements cached_convertible interface with cached_convertible_interaction_workflow
Remove duplicate interaction from document_interaction_workflow

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 59299e08
<workflow_chain>
<chain>
<type>Document Ingestion Message</type>
<workflow>document_ingestion_interaction_workflow, document_ingestion_workflow, edit_workflow</workflow>
<workflow>cached_convertible_interaction_workflow, document_ingestion_interaction_workflow, document_ingestion_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Drawing</type>
......@@ -17,7 +17,7 @@
</chain>
<chain>
<type>PDF</type>
<workflow>document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
<workflow>cached_convertible_interaction_workflow, document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
</chain>
<chain>
<type>Person</type>
......@@ -25,15 +25,15 @@
</chain>
<chain>
<type>Presentation</type>
<workflow>document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
<workflow>cached_convertible_interaction_workflow, document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
</chain>
<chain>
<type>RSS Feed</type>
<workflow>document_publication_workflow, edit_workflow, local_permission_interaction_workflow</workflow>
<workflow>cached_convertible_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow</workflow>
</chain>
<chain>
<type>Spreadsheet</type>
<workflow>document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
<workflow>cached_convertible_interaction_workflow, document_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
</chain>
<chain>
<type>Text</type>
......
......@@ -32,7 +32,6 @@
<value>
<list>
<string>Document_guessMimeType</string>
<string>updateContentMd5</string>
<string>upload</string>
</list>
</value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>document = state_change[\'object\']\n
document.updateContentMd5()\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>state_change</string>
<string>_getitem_</string>
<string>document</string>
<string>_getattr_</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>updateContentMd5</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
1121
\ No newline at end of file
1124
\ No newline at end of file
Document Ingestion Message | cached_convertible_interaction_workflow
Document Ingestion Message | document_ingestion_interaction_workflow
Document Ingestion Message | document_ingestion_workflow
Document Ingestion Message | edit_workflow
......@@ -14,20 +15,25 @@ Image | document_interaction_workflow
Image | document_publication_workflow
Image | local_permission_interaction_workflow
Image | processing_status_workflow
PDF | cached_convertible_interaction_workflow
PDF | document_interaction_workflow
PDF | document_publication_workflow
PDF | edit_workflow
PDF | local_permission_interaction_workflow
PDF | processing_status_workflow
Person | local_permission_interaction_workflow
Presentation | cached_convertible_interaction_workflow
Presentation | document_interaction_workflow
Presentation | document_publication_workflow
Presentation | edit_workflow
Presentation | local_permission_interaction_workflow
Presentation | processing_status_workflow
RSS Feed | cached_convertible_interaction_workflow
RSS Feed | document_publication_workflow
RSS Feed | edit_workflow
RSS Feed | local_permission_interaction_workflow
Spreadsheet | cached_convertible_interaction_workflow
Spreadsheet | cached_convertible_interaction_workflow
Spreadsheet | document_interaction_workflow
Spreadsheet | document_publication_workflow
Spreadsheet | edit_workflow
......
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