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 @@ ...@@ -22,9 +22,9 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>after_script</string> <string>after_script_id</string>
<string>after_script</string> <string>after_script_id</string>
<string>after_script</string> <string>after_script_id</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</string> </value> <value> <string>after_script_id</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</string> <string>before_script_id</string>
<string>before_script</string> <string>before_script_id</string>
<string>before_script</string> <string>before_script_id</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</string> </value> <value> <string>before_script_id</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 after_script_id
aggregate aggregate
before_script before_script_id
business_application business_application
callable_type callable_type
causality causality
...@@ -50,4 +50,4 @@ source_project ...@@ -50,4 +50,4 @@ source_project
source_section source_section
source_section_administration source_section_administration
source_trade source_trade
specialise specialise
\ No newline at end of file
...@@ -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</string> </value> <value> <string>after_script_id</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_category</string> </value> <value> <string>after_script_id_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</string> </value> <value> <string>before_script_id</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_category</string> </value> <value> <string>before_script_id_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