From #576290-143: Breadcrumbs don't work for dynamic paths & local tasks:

At least one of the test failures (last one) is a currently untested + broken menu module/system functionality:

1) Create a Parent node with menu link.

2) Create a Child node with menu link below parent node.

3) Create a new parent Root (top-level) menu link without node, pointing to 'node'.

4) Edit Parent node from 1) and choose the Root menu link as new parent.

Expected result: Menu link for Child node 2) followed Parent 1) and became grandchild of Root link 3), or speaking in menu tree/breadcrumbs: Root » Parent » Child.

Actual result: Parent is below Root, but Child entirely disappears everywhere.

--
This issue blocks #576290: Breadcrumbs don't work for dynamic paths & local tasks

Comments

sun’s picture

Issue tags: +Needs tests

Note that #576290 basically already contains test lines (last lines in the test method) that could simply be forked to quickly have tests to fix this bug.

klonos’s picture

...subscribing.

klonos’s picture

sun’s picture

Status: Active » Closed (duplicate)

Yes, thanks! I knew I had seen a similar issue before :)