Commit 30ae4cf1 authored by iv's avatar iv

ERP5Workflow: add 'activate_script' and 'before_commit_script' base categories

they are used in Interactions
+ improve categories TALES
parent 7079d69d
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Base Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Interaction\', \'Workflow Script\']</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>activate_script</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>activate_script</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Activate Script</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -16,15 +16,13 @@ ...@@ -16,15 +16,13 @@
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Transition\', \'Workflow Script\']</string> </value> <value> <string>python: [\'Interaction\', \'Transition\', \'Workflow Script\']</string> </value>
</item> </item>
<item> <item>
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>after_script</string> <string>after_script</string>
<string>after_script</string>
<string>after_script</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Base Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python:[\'Interaction\', \'Workflow Script\']</string> </value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>before_commit_script</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>before_commit_script</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Base Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Before Commit Script</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
...@@ -16,15 +16,13 @@ ...@@ -16,15 +16,13 @@
</item> </item>
<item> <item>
<key> <string>acquisition_portal_type</string> </key> <key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Transition\', \'Workflow Script\']</string> </value> <value> <string>python: [\'Interaction\', \'Transition\', \'Workflow Script\']</string> </value>
</item> </item>
<item> <item>
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>before_script</string> <string>before_script</string>
<string>before_script</string>
<string>before_script</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
action_type action_type
activate_script
activity activity
after_script after_script
aggregate aggregate
before_commit_script
before_script before_script
business_application business_application
callable_type callable_type
...@@ -50,4 +52,4 @@ source_project ...@@ -50,4 +52,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
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