Commit 782878ed authored by iv's avatar iv

ERP5Workflow: re-organize Interaction view

parent 3a927433
......@@ -61,7 +61,9 @@
<item>
<key> <string>center</string> </key>
<value>
<list/>
<list>
<string>my_description</string>
</list>
</value>
</item>
<item>
......@@ -77,16 +79,11 @@
<string>my_id</string>
<string>my_reference</string>
<string>my_title</string>
<string>my_description</string>
<string>my_trigger_method_id_list</string>
<string>my_portal_type_filter_list</string>
<string>my_portal_type_group_filter_list</string>
<string>my_trigger_once_per_transaction</string>
<string>my_temporary_document_disallowed</string>
<string>my_before_script_list</string>
<string>my_after_script_list</string>
<string>my_before_commit_script_list</string>
<string>my_activate_script_list</string>
</list>
</value>
</item>
......@@ -98,6 +95,10 @@
<string>my_guard_role_list</string>
<string>my_guard_group_list</string>
<string>my_guard_expression_text</string>
<string>my_before_script_list</string>
<string>my_after_script_list</string>
<string>my_before_commit_script_list</string>
<string>my_activate_script_list</string>
</list>
</value>
</item>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x.getTitle(), x.getId()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
<value> <string>python: [(x.getId(), x.getRelativeUrl()) for x in context.getParentValue().objectValues(portal_type=\'Workflow Script\')]</string> </value>
</item>
</dictionary>
</pickle>
......
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