-
Notifications
You must be signed in to change notification settings - Fork 4
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
Working fine, but instead of showing name of page, the breadcrumb shows the slug of the page #5
Comments
Anybody? |
This is the intended behavior, showing the page title instead requires to process each level but can be a good feature for the next versions. |
I was not satisfied with this behavior either so much that it might have been a blocker. However, Since the heart of the implementation is just a context processor, I took that part and the classes and incorporated it into my own code (with your license and an attribution, of course) without installing the application. I added a method to fetch the view from the resolver (all of my views are class-based views). With the view I was able to get the model and from the model grab the instance for the breadcrumb item to get the name of the item. Barring that I simply title-case the breadcrumb:
I posted an "issue" #9 about the commented-out code. I do not understand the intention of that code. |
It works fine, but its showing the slug not the page title.
Any idea what may have cause this?
~Cheers
The text was updated successfully, but these errors were encountered: