Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2013 at 12:29 UTC
Updated:
29 Jul 2014 at 22:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
benjy commentedCan you provide the steps to reproduce against the latest head. I'm unable to replicate by adding menu links, or content with menu entries.
Comment #2
idflood commentedI've found the same issue. Here are the steps to reproduce:
edit: here is some relevant lines of the backtrace
Comment #2.0
idflood commentedAdded code tags
Comment #3
alphawebgroupComment #4
alphawebgroupComment #6
alphawebgroup3: 1986000-3.patch queued for re-testing.
Comment #7
Blooniverse commented#3: 1986000-3.patch works, for me. Thanks for the work!
Changing status to RTBC.
Comment #8
xjm3: 1986000-3.patch queued for re-testing.
Comment #9
webchickNice catch! Let's get an automated test added for this.
Comment #10
berdirThis is now a recoverable fatal error that prevents creating nodes with that configuration, so raising to major.
Attached patch adds tests and as a bonus, converts MenuNodeTest to not use the standard profile which means that the test is now ~3 times faster :)
Comment #11
berdirUhm. The other major ;)
Comment #12
draganerorTested patch from #10, works nice.
Thanks Berdir
Comment #14
berdirHad the test only patch in the wrong order, this passed/failed as expected.
Comment #15
catchCommitted/pushed to 8.x, thanks!
Comment #16
berdirOk, bad timing, this conflicted with https://drupal.org/node/1541298 and needs an exlicit dependency on node now.
Comment #17
alexpottCommitted 21fca46 and pushed to 8.x. Thanks!