Commit 9774aaa2 authored by iv's avatar iv

ERP5Workflow: fix after_script_id and before_script_id categories

they were originally named before_script and after_script and some
old names remained
parent 6b3dbbea
......@@ -22,9 +22,9 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>after_script</string>
<string>after_script</string>
<string>after_script</string>
<string>after_script_id</string>
<string>after_script_id</string>
<string>after_script_id</string>
</tuple>
</value>
</item>
......@@ -36,7 +36,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>after_script</string> </value>
<value> <string>after_script_id</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -22,9 +22,9 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>before_script</string>
<string>before_script</string>
<string>before_script</string>
<string>before_script_id</string>
<string>before_script_id</string>
<string>before_script_id</string>
</tuple>
</value>
</item>
......@@ -36,7 +36,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>before_script</string> </value>
<value> <string>before_script_id</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
action_type
activity
after_script
after_script_id
aggregate
before_script
before_script_id
business_application
callable_type
causality
......@@ -50,4 +50,4 @@ source_project
source_section
source_section_administration
source_trade
specialise
\ No newline at end of file
specialise
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>default_reference</string> </key>
<value> <string>after_script</string> </value>
<value> <string>after_script_id</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>after_script_category</string> </value>
<value> <string>after_script_id_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</string> </value>
<value> <string>before_script_id</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>before_script_category</string> </value>
<value> <string>before_script_id_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