Download & Extend

Translated menu items aren't filtered out in "parent" list

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

Title:Translated menu items aren't filtered out on node form» Translated menu items aren't filtered out in "parent" list

The same problem appears when you edit a menu link, so I changed the title.

#2

Status:active» closed (works as designed)

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.