Fixed Navigation node using the wrong title

Russ

Well-known member
Affected version
2.0.10
So I have a scenario where I'm attempting to create a menu:

  • The Testing Area (this is a navigation node linking to "the testing area" node)
    • Sub-link #1 (random basic link)
    • Sub-link #2 (random basic link)
    • Testing Area discussion (navigation node linking to "the testing area" node as well)
When I activate that last navigation node entry, the parent tab actually changes its name and uses that.

Some screenshots to help:

Link working fine:
Screenshot_19.webp

Screenshot_20.webp


Adding a node link that links to the same node as "The Playground", shows up fine on the back-end
Screenshot_21.webp


Changes the name on the front-end:
Screenshot_22.webp
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11).

Change log:
Ensure node navigation entries use their assigned title even when duplicated
 
Just as a note, this required changes to the compiled navigation code for nodes. We've done this in a way that doesn't break BC, and given that this is almost certainly a very edge case issue, we aren't going to try to forcibly recompile the node navigation code. Re-saving one of the effected node entries in the nav manager will resolve the issue (once you're running 2.0.11+).
 
Top Bottom