Commit 54c0d11b authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_workflow: for the sake that transition/interaction don't show related scripts list properly.

parent 1cfc0a3d
...@@ -83,10 +83,10 @@ ...@@ -83,10 +83,10 @@
<string>my_portal_type_group_filter_list</string> <string>my_portal_type_group_filter_list</string>
<string>my_trigger_once_per_transaction</string> <string>my_trigger_once_per_transaction</string>
<string>my_temporary_document_disallowed</string> <string>my_temporary_document_disallowed</string>
<string>my_before_script_name</string> <string>my_before_script_name_list</string>
<string>my_after_script_name</string> <string>my_after_script_name_list</string>
<string>my_before_commit_script_name</string> <string>my_before_commit_script_name_list</string>
<string>my_activate_script_name</string> <string>my_activate_script_name_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_activate_script_name</string> </value> <value> <string>my_activate_script_name_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_after_script_name</string> </value> <value> <string>my_after_script_name_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_before_commit_script_name</string> </value> <value> <string>my_before_commit_script_name_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_before_script_name</string> </value> <value> <string>my_before_script_name_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
<string>my_role_list</string> <string>my_role_list</string>
<string>my_group_list</string> <string>my_group_list</string>
<string>my_expression</string> <string>my_expression</string>
<string>my_before_script_id</string> <string>my_before_script_id_list</string>
<string>my_after_script_id</string> <string>my_after_script_id_list</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_after_script_id</string> </value> <value> <string>my_after_script_id_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_before_script_id</string> </value> <value> <string>my_before_script_id_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <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