Commit c446a404 authored by Nicolas Delaby's avatar Nicolas Delaby

Associate Web Page to new interaction workflow of documents

replace setTextFormat by setContentType in WebPage_init

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35254 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3524df42
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</chain> </chain>
<chain> <chain>
<type>Web Page</type> <type>Web Page</type>
<workflow>cached_convertible_interaction_workflow, edit_workflow, publication_workflow</workflow> <workflow>document_conversion_interaction_workflow, document_security_interaction_workflow, edit_workflow, processing_status_workflow, publication_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Web Section</type> <type>Web Section</type>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.setTextFormat(\'text/html\')\n <value> <string>context.setContentType(\'text/html\')\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
944 945
\ 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 | document_conversion_interaction_workflow
Web Page | document_security_interaction_workflow
Web Page | edit_workflow Web Page | edit_workflow
Web Page | processing_status_workflow
Web Page | publication_workflow Web Page | publication_workflow
Web Section | category_publication_workflow Web Section | category_publication_workflow
Web Section | edit_workflow Web Section | 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