Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is a pretty straight forward bug fix. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clozinski
Copy link

I am running on the ZODB.
Say you have several apps running in the ZODB,
then each one will have a name and parent.
So it first needs to check if it is IPublicationRoot
before going up the tree, and looking for something
without a parent.

With this change my breadcrumbs now work.

I am running on the ZODB.
Say you have several apps running in the ZODB,
then each one will have a __name__ and __parent__.
So it first needs to check if it is IPublicationRoot
before going up the tree, and looking for something
without a __parent__.

With this change my breadcrumbs now work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants