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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -84,7 +81,7 @@ if object is None:\n
return []\n
\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
return category_list\n
</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