Commit d61098b9 authored by Bartek Górny's avatar Bartek Górny

Unified workflow chains for basic types.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12614 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06293dc9
<workflow_chain> <workflow_chain>
<chain> <chain>
<type>Drawing</type> <type>Drawing</type>
<workflow>local_permission_interaction_workflow, edit_workflow, dms_file_interaction_workflow, document_publication_workflow, ooo_interaction_workflow</workflow> <workflow>local_permission_interaction_workflow, edit_workflow, processing_status_workflow, dms_file_interaction_workflow, document_publication_workflow, ooo_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>External Library File</type> <type>External Library File</type>
...@@ -13,19 +13,19 @@ ...@@ -13,19 +13,19 @@
</chain> </chain>
<chain> <chain>
<type>File</type> <type>File</type>
<workflow>dms_file_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow</workflow> <workflow>dms_file_interaction_workflow, document_publication_workflow, edit_workflow, local_permission_interaction_workflow, processing_status_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Image</type> <type>Image</type>
<workflow>edit_workflow, dms_file_interaction_workflow, document_publication_workflow, local_permission_interaction_workflow</workflow> <workflow>processing_status_workflow, edit_workflow, dms_file_interaction_workflow, document_publication_workflow, local_permission_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>PDF</type> <type>PDF</type>
<workflow>local_permission_interaction_workflow, dms_file_interaction_workflow, document_publication_workflow, edit_workflow</workflow> <workflow>local_permission_interaction_workflow, processing_status_workflow, dms_file_interaction_workflow, document_publication_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Presentation</type> <type>Presentation</type>
<workflow>document_publication_workflow, local_permission_interaction_workflow, dms_file_interaction_workflow, edit_workflow, ooo_interaction_workflow</workflow> <workflow>document_publication_workflow, processing_status_workflow, local_permission_interaction_workflow, dms_file_interaction_workflow, edit_workflow, ooo_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Role Definition</type> <type>Role Definition</type>
...@@ -33,10 +33,10 @@ ...@@ -33,10 +33,10 @@
</chain> </chain>
<chain> <chain>
<type>Spreadsheet</type> <type>Spreadsheet</type>
<workflow>dms_file_interaction_workflow, edit_workflow, document_publication_workflow, ooo_interaction_workflow, local_permission_interaction_workflow</workflow> <workflow>dms_file_interaction_workflow, edit_workflow, document_publication_workflow, processing_status_workflow, ooo_interaction_workflow, local_permission_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Text</type> <type>Text</type>
<workflow>processing_status_workflow, document_publication_workflow, ooo_interaction_workflow, dms_file_interaction_workflow, local_permission_interaction_workflow, edit_workflow</workflow> <workflow>processing_status_workflow, document_publication_workflow, ooo_interaction_workflow, dms_file_interaction_workflow, edit_workflow, local_permission_interaction_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
...@@ -3,6 +3,7 @@ Drawing | document_publication_workflow ...@@ -3,6 +3,7 @@ Drawing | document_publication_workflow
Drawing | edit_workflow Drawing | edit_workflow
Drawing | local_permission_interaction_workflow Drawing | local_permission_interaction_workflow
Drawing | ooo_interaction_workflow Drawing | ooo_interaction_workflow
Drawing | processing_status_workflow
External Library File | edit_workflow External Library File | edit_workflow
External Library File | external_document_interaction_workflow External Library File | external_document_interaction_workflow
External Library File | external_document_publication_workflow External Library File | external_document_publication_workflow
...@@ -14,19 +15,23 @@ File | dms_file_interaction_workflow ...@@ -14,19 +15,23 @@ File | dms_file_interaction_workflow
File | document_publication_workflow File | document_publication_workflow
File | edit_workflow File | edit_workflow
File | local_permission_interaction_workflow File | local_permission_interaction_workflow
File | processing_status_workflow
Image | dms_file_interaction_workflow Image | dms_file_interaction_workflow
Image | document_publication_workflow Image | document_publication_workflow
Image | edit_workflow Image | edit_workflow
Image | local_permission_interaction_workflow Image | local_permission_interaction_workflow
Image | processing_status_workflow
PDF | dms_file_interaction_workflow PDF | dms_file_interaction_workflow
PDF | document_publication_workflow PDF | document_publication_workflow
PDF | edit_workflow PDF | edit_workflow
PDF | local_permission_interaction_workflow PDF | local_permission_interaction_workflow
PDF | processing_status_workflow
Presentation | dms_file_interaction_workflow Presentation | dms_file_interaction_workflow
Presentation | document_publication_workflow Presentation | document_publication_workflow
Presentation | edit_workflow Presentation | edit_workflow
Presentation | local_permission_interaction_workflow Presentation | local_permission_interaction_workflow
Presentation | ooo_interaction_workflow Presentation | ooo_interaction_workflow
Presentation | processing_status_workflow
Role Definition | edit_workflow Role Definition | edit_workflow
Role Definition | local_permission_interaction_workflow Role Definition | local_permission_interaction_workflow
Spreadsheet | dms_file_interaction_workflow Spreadsheet | dms_file_interaction_workflow
...@@ -34,6 +39,7 @@ Spreadsheet | document_publication_workflow ...@@ -34,6 +39,7 @@ Spreadsheet | document_publication_workflow
Spreadsheet | edit_workflow Spreadsheet | edit_workflow
Spreadsheet | local_permission_interaction_workflow Spreadsheet | local_permission_interaction_workflow
Spreadsheet | ooo_interaction_workflow Spreadsheet | ooo_interaction_workflow
Spreadsheet | processing_status_workflow
Text | dms_file_interaction_workflow Text | dms_file_interaction_workflow
Text | document_publication_workflow Text | document_publication_workflow
Text | edit_workflow Text | 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