Commit 195aab30 authored by iv's avatar iv

ERP5Workflow: rename categories after_script_id to after_script

and before_script_id to before_script
parent dac470a7
......@@ -107,8 +107,8 @@
<string>my_guard_role_list</string>
<string>my_guard_group_list</string>
<string>my_guard_expression</string>
<string>my_before_script_id_list</string>
<string>my_after_script_id_list</string>
<string>my_before_script_list</string>
<string>my_after_script_list</string>
</list>
</value>
</item>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_after_script_id_list</string> </value>
<value> <string>my_after_script_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_before_script_id_list</string> </value>
<value> <string>my_before_script_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -101,11 +101,11 @@
<string>Required Roles</string>
</tuple>
<tuple>
<string>before_script_id_list</string>
<string>before_script_list</string>
<string>Before Script</string>
</tuple>
<tuple>
<string>after_script_id_list</string>
<string>after_script_list</string>
<string>After Script</string>
</tuple>
</list>
......
......@@ -22,9 +22,9 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>after_script_id</string>
<string>after_script_id</string>
<string>after_script_id</string>
<string>after_script</string>
<string>after_script</string>
<string>after_script</string>
</tuple>
</value>
</item>
......@@ -36,7 +36,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>after_script_id</string> </value>
<value> <string>after_script</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -22,9 +22,9 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>before_script_id</string>
<string>before_script_id</string>
<string>before_script_id</string>
<string>before_script</string>
<string>before_script</string>
<string>before_script</string>
</tuple>
</value>
</item>
......@@ -36,7 +36,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>before_script_id</string> </value>
<value> <string>before_script</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
action_type
activity
after_script_id
after_script
aggregate
before_script_id
before_script
business_application
callable_type
causality
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>default_reference</string> </key>
<value> <string>after_script_id</string> </value>
<value> <string>after_script</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>after_script_id_category</string> </value>
<value> <string>after_script_category</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>default_reference</string> </key>
<value> <string>before_script_id</string> </value>
<value> <string>before_script</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>before_script_id_category</string> </value>
<value> <string>before_script_category</string> </value>
</item>
<item>
<key> <string>portal_type</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