Commit 1b6a7b1a authored by Bartek Górny's avatar Bartek Górny

fix - label should not include base category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10717 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62caa7c0
......@@ -88,7 +88,7 @@ def makeLogicalPathItem(o):\n
cat=context.portal_categories.resolveCategory(pathhash)\n
labelcache[pathhash]=getLabel(cat)\n
pathlabels.append(labelcache[pathhash])\n
retval.append(\'/\'.join(pathlabels))\n
retval.append(\'/\'.join(pathlabels[1:]))\n
retval.append(\'/\'.join(path[1:]))\n
return retval\n
\n
......
261
\ No newline at end of file
264
\ No newline at end of file
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