Commit 47da500d authored by Lu Xu's avatar Lu Xu 👀

erp5_smart_assistant: implement workflow to every module

parent 99f663ef
......@@ -9,7 +9,7 @@
</chain>
<chain>
<type>Smart Assistant Sound</type>
<workflow>edit_workflow</workflow>
<workflow>edit_workflow, smart_assistant_interaction_workflow, smart_assistant_workflow</workflow>
</chain>
<chain>
<type>Smart Assistant Text</type>
......
......@@ -56,18 +56,23 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_setTextContent.*</string>
<string>_set.*</string>
</list>
</value>
</item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
<none/>
<list>
<string>Smart Assistant File</string>
<string>Smart Assistant Image</string>
<string>Smart Assistant Sound</string>
<string>Smart Assistant Text</string>
</list>
</value>
</item>
<item>
......@@ -84,7 +89,7 @@
</item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
Smart Assistant File | edit_workflow
Smart Assistant Image | edit_workflow
Smart Assistant Sound | edit_workflow
Smart Assistant Sound | smart_assistant_interaction_workflow
Smart Assistant Sound | smart_assistant_workflow
Smart Assistant Text | edit_workflow
Smart Assistant Text | smart_assistant_interaction_workflow
Smart Assistant Text | smart_assistant_workflow
\ No newline at end of file
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