remove obsolete comment
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2996 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
6955e73e84
commit
33f6cb724d
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class ItemView(BaseView):
|
|||
@property
|
||||
def breadCrumbs(self):
|
||||
parents = list(self.context.parents)
|
||||
#for p in reversed(parents[:-1]):
|
||||
for p in reversed(parents):
|
||||
view = ItemView(p, self.request, self.parentView)
|
||||
yield dict(url=view.url, title=view.title)
|
||||
|
|
Loading…
Add table
Reference in a new issue