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