Commit eb5dec2d authored by iv's avatar iv

ERP5Workflow: forgot a few changes on transitions (ActionInformation property sheet)

parent d08bf04b
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_actbox_url</string> </value>
<value> <string>my_action</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_actbox_name</string> </value>
<value> <string>my_action_name</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_actbox_icon</string> </value>
<value> <string>my_icon</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -829,8 +829,8 @@ class Workflow(IdAsReferenceMixin("", "prefix"), XMLObject):
transition_reference_list = []
transition_list = self.objectValues(portal_type='Transition')
transition_prop_id_to_show = ['description', 'new_state_id',
'trigger_type', 'script_name', 'after_script_name', 'actbox_category',
'actbox_icon', 'actbox_name', 'actbox_url', 'roles', 'groups',
'trigger_type', 'script_name', 'after_script_name', 'action_type',
'icon', 'action_name', 'action', 'roles', 'groups',
'permissions', 'expr', 'transition_variable']
for tdef in self.objectValues(portal_type='Transition'):
transition_reference_list.append(tdef.getReference())
......
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