Commit fc417d65 authored by wenjie.zheng's avatar wenjie.zheng Committed by wenjie.zheng

erp5_workflow: rename tale getRoleList to getManagedRoleList to avoid overriding an exist proprety.

parent 50b73547
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in here.getParent().getManagedRoleList()]</string> </value>
<value> <string>python: [(x, x) for x in here.getParent().getRoleList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in here.getParent().getRoleList()]</string> </value>
<value> <string>python: [(x, x) for x in here.getParent().getManagedRoleList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in here.getParent().getRoleList()]</string> </value>
<value> <string>python: [(x, x) for x in here.getParent().getManagedRoleList()]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(x, x) for x in here.getParent().getRoleList()]</string> </value>
<value> <string>python: [(x, x) for x in here.getParent().getManagedRoleList()]</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