Commit befaac54 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- add possible transactions

- remove workflow to eliminate duplicated states

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45612 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c604876e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</chain> </chain>
<chain> <chain>
<type>Web Page</type> <type>Web Page</type>
<workflow>document_conversion_interaction_workflow, document_security_interaction_workflow, edit_workflow, processing_status_workflow, ung_document_publication_workflow</workflow> <workflow>-document_publication_workflow, document_conversion_interaction_workflow, document_security_interaction_workflow, edit_workflow, processing_status_workflow, ung_document_publication_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Web Table</type> <type>Web Table</type>
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
<key> <string>transitions</string> </key> <key> <string>transitions</string> </key>
<value> <value>
<tuple> <tuple>
<string>delete</string>
<string>delete_action</string>
<string>publish</string> <string>publish</string>
<string>publish_action</string> <string>publish_action</string>
<string>publish_alive</string> <string>publish_alive</string>
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
<tuple> <tuple>
<string>archive</string> <string>archive</string>
<string>archive_action</string> <string>archive_action</string>
<string>delete</string>
<string>delete_action</string>
<string>hide</string> <string>hide</string>
<string>hide_action</string> <string>hide_action</string>
<string>reject</string> <string>reject</string>
......
43 44
\ No newline at end of file \ No newline at end of file
...@@ -3,6 +3,7 @@ Web Illustration | document_security_interaction_workflow ...@@ -3,6 +3,7 @@ Web Illustration | document_security_interaction_workflow
Web Illustration | edit_workflow Web Illustration | edit_workflow
Web Illustration | processing_status_workflow Web Illustration | processing_status_workflow
Web Illustration | ung_document_publication_workflow Web Illustration | ung_document_publication_workflow
Web Page | -document_publication_workflow
Web Page | document_conversion_interaction_workflow Web Page | document_conversion_interaction_workflow
Web Page | document_security_interaction_workflow Web Page | document_security_interaction_workflow
Web Page | edit_workflow Web Page | 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