Commit 09313e4f authored by wenjie.zheng's avatar wenjie.zheng

erp5_workflow: rename getRoleList to getManagedRoleList in interaction view...

erp5_workflow: rename getRoleList to getManagedRoleList in interaction view and script PermissionRoles_asCellRange.
parent 8a38764e
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>managed_permissions = sorted(context.getParent().getManagedPermissionList())\n <value> <string>managed_permissions = sorted(context.getParent().getManagedPermissionList())\n
available_roles = context.getRoleList()\n available_roles = context.getManagedRoleList()\n
\n \n
ma_i = []\n ma_i = []\n
ma_j = []\n ma_j = []\n
......
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