Commit 3579324e authored by Jérome Perrin's avatar Jérome Perrin

propagate display_id in getVariationCategoryItemList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19766 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37ed5c1d
......@@ -172,7 +172,7 @@ class Resource(XMLMatrix, Variated):
result = Variated.getVariationCategoryItemList(self,
base_category_list=base_category_list,
display_base_category=display_base_category,
base=base, **kw)
display_id=display_id, base=base, **kw)
if not omit_individual_variation:
other_variations = self.searchFolder(
portal_type=self.getPortalVariationTypeList())
......
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