Commit 43243d86 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

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 657c2fbf
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
</chain> </chain>
<chain> <chain>
<type>Fax Message</type> <type>Fax Message</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Letter</type> <type>Letter</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Mail Message</type> <type>Mail Message</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Meeting</type> <type>Meeting</type>
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
</chain> </chain>
<chain> <chain>
<type>Note</type> <type>Note</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Phone Call</type> <type>Phone Call</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Sale Opportunity</type> <type>Sale Opportunity</type>
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
</chain> </chain>
<chain> <chain>
<type>Visit</type> <type>Visit</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Web Message</type> <type>Web Message</type>
<workflow>edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, event_interaction_workflow, event_workflow, pricing_interaction_workflow</workflow>
</chain> </chain>
</workflow_chain> </workflow_chain>
\ No newline at end of file
460 461
\ No newline at end of file \ No newline at end of file
...@@ -3,14 +3,17 @@ Campaign | edit_workflow ...@@ -3,14 +3,17 @@ Campaign | edit_workflow
Campaign | pricing_interaction_workflow Campaign | pricing_interaction_workflow
Campaign | ticket_interaction_workflow Campaign | ticket_interaction_workflow
Campaign | ticket_workflow Campaign | ticket_workflow
Fax Message | cached_convertible_interaction_workflow
Fax Message | edit_workflow Fax Message | edit_workflow
Fax Message | event_interaction_workflow Fax Message | event_interaction_workflow
Fax Message | event_workflow Fax Message | event_workflow
Fax Message | pricing_interaction_workflow Fax Message | pricing_interaction_workflow
Letter | cached_convertible_interaction_workflow
Letter | edit_workflow Letter | edit_workflow
Letter | event_interaction_workflow Letter | event_interaction_workflow
Letter | event_workflow Letter | event_workflow
Letter | pricing_interaction_workflow Letter | pricing_interaction_workflow
Mail Message | cached_convertible_interaction_workflow
Mail Message | edit_workflow Mail Message | edit_workflow
Mail Message | event_interaction_workflow Mail Message | event_interaction_workflow
Mail Message | event_workflow Mail Message | event_workflow
...@@ -19,10 +22,12 @@ Meeting | edit_workflow ...@@ -19,10 +22,12 @@ Meeting | edit_workflow
Meeting | pricing_interaction_workflow Meeting | pricing_interaction_workflow
Meeting | ticket_interaction_workflow Meeting | ticket_interaction_workflow
Meeting | ticket_workflow Meeting | ticket_workflow
Note | cached_convertible_interaction_workflow
Note | edit_workflow Note | edit_workflow
Note | event_interaction_workflow Note | event_interaction_workflow
Note | event_workflow Note | event_workflow
Note | pricing_interaction_workflow Note | pricing_interaction_workflow
Phone Call | cached_convertible_interaction_workflow
Phone Call | edit_workflow Phone Call | edit_workflow
Phone Call | event_interaction_workflow Phone Call | event_interaction_workflow
Phone Call | event_workflow Phone Call | event_workflow
...@@ -38,10 +43,12 @@ Support Request | edit_workflow ...@@ -38,10 +43,12 @@ Support Request | edit_workflow
Support Request | pricing_interaction_workflow Support Request | pricing_interaction_workflow
Support Request | ticket_interaction_workflow Support Request | ticket_interaction_workflow
Support Request | ticket_workflow Support Request | ticket_workflow
Visit | cached_convertible_interaction_workflow
Visit | edit_workflow Visit | edit_workflow
Visit | event_interaction_workflow Visit | event_interaction_workflow
Visit | event_workflow Visit | event_workflow
Visit | pricing_interaction_workflow Visit | pricing_interaction_workflow
Web Message | cached_convertible_interaction_workflow
Web Message | edit_workflow Web Message | edit_workflow
Web Message | event_interaction_workflow Web Message | event_interaction_workflow
Web Message | event_workflow Web Message | event_workflow
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</chain> </chain>
<chain> <chain>
<type>Web Page</type> <type>Web Page</type>
<workflow>edit_workflow, publication_workflow</workflow> <workflow>cached_convertible_interaction_workflow, edit_workflow, publication_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Web Section</type> <type>Web Section</type>
......
935 937
\ No newline at end of file \ No newline at end of file
Base Category | category_publication_workflow Base Category | category_publication_workflow
Category | category_publication_workflow Category | category_publication_workflow
Web Page | cached_convertible_interaction_workflow
Web Page | edit_workflow Web Page | edit_workflow
Web Page | publication_workflow Web Page | publication_workflow
Web Section | category_publication_workflow Web Section | category_publication_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