Posted by ordermind on November 26, 2012 at 1:59pm
1 follower
Jump to:
| Project: | Drupal core |
| Version: | 7.9 |
| Component: | menu.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I have a menu that uses the "Translate and Localize" mode for translation. After adding a couple of pure menu links that are not connected to any node, I edited a node that also has a menu link in that menu. I noticed that the select list for the menu link parent on the node form contained all translations of the menu links that do not belong to nodes, such as external links, while menu links belonging to nodes are correctly filtered. The desired behavior is that only the menu links that belong to the current language are displayed.
Comments
#1
The same problem appears when you edit a menu link, so I changed the title.
#2
I realized now that this request creates problems if the user changes the language for the link or node, it's better to filter the list with Javascript instead. Closing this issue.