Commit 39935508 authored by iv's avatar iv

ERP5Workflow: changes on worklist, transition and workflow tool views

parent a2f78013
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in here.getParentValue().objectValues(portal_type=[\'Transition\', \'Workflow Script\'])]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=[\'Transition\', \'Workflow Script\'])]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in here.getParentValue().objectValues(portal_type=[\'Transition\', \'Workflow Script\'])]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=[\'Transition\', \'Workflow Script\'])]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -124,7 +124,20 @@
<item>
<key> <string>portal_types</string> </key>
<value>
<list/>
<list>
<tuple>
<string>Workflow</string>
<string>Workflow</string>
</tuple>
<tuple>
<string>Interaction Workflow</string>
<string>Interaction Workflow</string>
</tuple>
<tuple>
<string>Configuration Workflow</string>
<string>Configuration Workflow</string>
</tuple>
</list>
</value>
</item>
<item>
......
......@@ -109,7 +109,7 @@
<string>my_guard_permission_list</string>
<string>my_guard_role_list</string>
<string>my_guard_group_list</string>
<string>my_guard_expression</string>
<string>my_guard_expression_text</string>
</list>
</value>
</item>
......
......@@ -16,7 +16,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_guard_expression</string> </value>
<value> <string>my_guard_expression_text</string> </value>
</item>
<item>
<key> <string>message_values</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