Closed (fixed)
Project:
Menu Block
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2016 at 04:57 UTC
Updated:
22 Jul 2017 at 20:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hswong3i commentedComment #5
joelpittetThat error is saying tests are turned on but there are no tests.
Comment #6
joelpittetThe menu was showing
1as the output, but with this patch is showing the menu again!Thanks @hswong3i
Comment #7
joelpittetHere's a bit of Proof of Concept:
https://3v4l.org/fhNAC
Comment #8
Christopher Riley commentedThis patch works perfectly, I would like to see it pushed right away.
Comment #9
IckZ commentedThanks a lot! patch is working!
Comment #10
aitala commentedThis patch seems to fix my issue when I call a block via...
Eric
Comment #11
fabianx commented+1 to RTBC and yes this is a critical regression due to wrong argument order
Comment #12
pcorbett commented+1 to RTBC. Patch works as intended.
Comment #13
anoupatch in #2 works like a charm. Sorry not to have found it before I found another solution by my self ;-).
I'm adding this sentence for search results: "Menu block is displaying 1 (one) instead of the rendered menu array"
Thanks for the patch.
Comment #14
anouComment #15
broeker commented+1 RTBC works as intended
Comment #16
kmontyThis patch appears to introduce a bug in which hidden ("disabled") menu_items are displayed. I'll try to nail down reproduction steps, but this occurred when disabling a link created with special_menu_items and is apart of a menu displayed via menu_minipanels.
Comment #17
joelpittetThis is a regression fix, the hidden menu items showing may be cache related, some other issue in this module or a core bug. The patch is not menu item specific but block level
Leaving this RTBC until proof of this patch causing that.
Comment #18
gmclelland commentedThe patch in #2 fixed the problem for me. I was seeing "1" appear where menu items should be.
Comment #20
joelpittetThanks, I was given access to co-maintain and have committed this.