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

Breadcrumbs - fixing invisible menu heading #7839

Merged
merged 1 commit into from
Sep 9, 2015

Conversation

teeuwis
Copy link
Contributor

@teeuwis teeuwis commented Sep 9, 2015

In the breadcrumb module a menu item is not shown when it lacks a link (like a menu heading)
Fixes issue #7838 in the issue tracker

In the breadcrumb module a menu item is not shown when it lacks a link (like a menu heading)
Fixes issue joomla#7838 in the issue tracker
@Bakual Bakual changed the title Update default.php - fixing invisible menu heading Breadcrumbs - fixing invisible menu heading Sep 9, 2015
@Bakual
Copy link
Contributor

Bakual commented Sep 9, 2015

Copying original issue description:

Steps to reproduce the issue

Create a menu
Add a menu item of menu item type "Menu Heading"
Add a submenu item of menu item type "Individual Article"

Create a breadcrumb module for this menu and navigate to the submenu item.

Expected result

The breadcrumb module should show
Home > Menu Item > Sub Menu Item

Actual result

The breadcrumb module shows
Home > Menu Item

System information (as much as possible)

Not relevant

@justinherrin
Copy link
Contributor

Looks like the issue came from the recent #7613 PR which re-worked the breadcrumbs to include microdata.

@test tested and now the Menu Heading type shows back up in the breadcrumb trail as expected.

@wilsonge
Copy link
Contributor

wilsonge commented Sep 9, 2015

Merging on reivew with the test

wilsonge added a commit that referenced this pull request Sep 9, 2015
Breadcrumbs - fixing invisible menu heading
@wilsonge wilsonge merged commit a6b7e05 into joomla:staging Sep 9, 2015
@wilsonge wilsonge added this to the Joomla! 3.4.5 milestone Sep 9, 2015
@teeuwis teeuwis deleted the patch-1 branch September 9, 2015 20:14
@zero-24 zero-24 modified the milestones: Joomla! 3.4.6, Joomla! 3.5.0 Oct 28, 2015
@uudruid74
Copy link

I manually fixed this once before. Just updated to 3.4.8 and its still there? How long until this gets pushed to stable?

@rdeutz
Copy link
Contributor

rdeutz commented Jan 11, 2016

It is merged for 3.5.0 as you can see from the milestone, meanwhile you can copy your fixed version to the template and create an override

@uudruid74
Copy link

I know how to fix it as I've done it before. My question was what makes this 3.5 and not a bugfix that should have made it into 3.4.x a couple revisions ago. When I update, bugs should be fixed, not re-added! Nor should I have to go through a complicated overlay procedure to stop new releases from re adding bugs that were fixed months ago!

This is clearly not a new feature nor anything that would break compatibility with existing modules or cause new issues. It's a typo, exactly the sort of thing that new releases are supposed to fix. Bug has been here ... 6 months?

Sure. It's my fault for not using an overlay to fix it. That's it!

@rdeutz
Copy link
Contributor

rdeutz commented Jan 11, 2016

can't say why it wasn't merged for 3.4.5 from the timeline it should have be merged/included, after that we had only security releases and we decided to merge only the security fixes

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.

None yet

9 participants