Closed (works as designed)
Project:
Drupal core
Version:
7.9
Component:
menu.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2012 at 13:59 UTC
Updated:
29 Nov 2012 at 15:12 UTC
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
Comment #1
ordermind commentedThe same problem appears when you edit a menu link, so I changed the title.
Comment #2
ordermind commentedI 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.