Commit 7fa633de authored by wenjie.zheng's avatar wenjie.zheng

erp5_workflow: in interaction workflow's interaction list, show all trigger...

erp5_workflow: in interaction workflow's interaction list, show all trigger methods; in interaction view, show trigger method id list.
parent e70728aa
......@@ -88,7 +88,7 @@
<string>Title</string>
</tuple>
<tuple>
<string>trigger_method_id</string>
<string>trigger_method_id_list</string>
<string>Trigger</string>
</tuple>
<tuple>
......
......@@ -78,7 +78,7 @@
<string>my_reference</string>
<string>my_title</string>
<string>my_description</string>
<string>my_trigger_method_id</string>
<string>my_trigger_method_id_list</string>
<string>my_portal_type_filter_list</string>
<string>my_portal_type_group_filter_list</string>
<string>my_trigger_once_per_transaction</string>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_trigger_method_id</string> </value>
<value> <string>my_trigger_method_id_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
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