From 50b735475d0512a85d5e347b09a2aca7d0961819 Mon Sep 17 00:00:00 2001 From: "wenjie.zheng" <wenjie.zheng@tiolive.com> Date: Tue, 1 Sep 2015 09:26:14 +0000 Subject: [PATCH] erp5_workflow: fix interacion required role getter tale. --- .../erp5_workflow/Interaction_view/my_role_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_role_list.xml b/bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_role_list.xml index 67ce541936..7f02df9ead 100644 --- a/bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_role_list.xml +++ b/bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/Interaction_view/my_role_list.xml @@ -118,7 +118,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: [(x, x) for x in here.getParent().getValidRoleList()]</string> </value> + <value> <string>python: [(x, x) for x in here.getParent().getManagedRoleList()]</string> </value> </item> </dictionary> </pickle> -- 2.30.9