Closed (fixed)
Project:
Menu Firstchild
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
21 Feb 2017 at 13:41 UTC
Updated:
30 Aug 2019 at 13:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ayrmax commentedSometimes it works as expected, sometimes not. I'm not sure why, but I did not investigate it further. The Patch provided is unnecessary.
Comment #3
awasson commentedI just installed the Dev version of Menu Firstchild in a D8.3.7 site and have exactly the same issue.
I can't navigate to the link that is checked to the first child. If I manually navigate to a page within that hierarchy, I can access all of the urls correctly but if I am at the front page or any of the other menu siblings in the hierarchy I can't.
Comment #4
Huelfe commentedI got the same issue as #3 described. Still no fix? :(
Comment #5
Cauliflower commentedProblem is that checking $item['below'] is not ok, this is empty when eg. items are collapsed. Patch attached solves this.
Comment #6
vandna b commented#5 great work, when I applied your patch then it is working
Comment #7
vandna b commentedComment #8
plusproduit commentedPatch #5 worked for me.
Please commit!
Comment #9
teknorahTested as working on Drupal 8.7.5, let's get this committed, merged and released!
Comment #10
pingevt commentedSo far this is working for me as well.
Comment #11
pingevt commentedComment #13
pingevt commentedThanks Cauliflower