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

Fix duplicate breadcrumbs #49

Merged
merged 1 commit into from Aug 29, 2013
Merged

Fix duplicate breadcrumbs #49

merged 1 commit into from Aug 29, 2013

Conversation

GUI
Copy link
Contributor

@GUI GUI commented Aug 29, 2013

In the event the first breadcrumb's name wasn't linked, that breadcrumb's name object was mutated into the full breadcrumb result. On subsequent render calls, duplicate breadcrumbs would appear since the
first item's name now contained the full breadcrumb result.

This should fix #45

In the event the first breadcrumb's name wasn't linked, that
breadcrumb's name object was mutated into the full breadcrumb result. On
subsequent render calls, duplicate breadcrumbs would appear since the
first item's name now contained the full breadcrumb result.
@GUI GUI mentioned this pull request Aug 29, 2013
@andrew
Copy link
Contributor

andrew commented Aug 29, 2013

Thanks!

andrew added a commit that referenced this pull request Aug 29, 2013
Fix duplicate breadcrumbs
@andrew andrew merged commit 301c629 into zachinglis:master Aug 29, 2013
@andrew
Copy link
Contributor

andrew commented Oct 20, 2013

I've published this fix as part of v1.8.0 now: https://github.com/zachinglis/crummy/releases/tag/v1.8.0

Thanks again

GUI added a commit to NREL/api-umbrella-gatekeeper that referenced this pull request Jul 27, 2015
This is fixed by using a custom renderer rather than the normal. Although the
normal one should be fixed in a future version of crummy:
zachinglis/crummy#49
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.

duplicate breadcrumbs
2 participants