Commit cb4c2230 authored by Bartek Górny's avatar Bartek Górny

get acquired membership too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19359 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7748ebe1
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -84,7 +81,7 @@ if object is None:\n ...@@ -84,7 +81,7 @@ if object is None:\n
return []\n return []\n
\n \n
for base_category in base_category_list:\n for base_category in base_category_list:\n
category_list.append({base_category: object.getCategoryMembershipList(base_category)})\n category_list.append({base_category: object.getAcquiredCategoryMembershipList(base_category)})\n
\n \n
return category_list\n return category_list\n
</string> </value> </string> </value>
......
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