Closed (duplicate)
Project:
Token
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 18:52 UTC
Updated:
14 Jul 2010 at 21:47 UTC
We had a node in two menus, our primary links and footer menus. We want menu-path-raw token to use the menu path from the menu entry configured in the node edit form. But the node_token_value function uses the first menu entry it finds in the menu_links table. Attached patch uses the configured parent menu if available.
| Comment | File | Size | Author |
|---|---|---|---|
| token_menu.patch | 886 bytes | bkalbs |
Comments
Comment #1
dave reidThis is a duplicate of #295177: Use proper menu link loading for node menu links. Please see the patch in #11 and if you can, test back and report.
Comment #2
dave reid