Problem/Motivation
When I translate node, the translated menu link item overwrites the original menu item link.
This issue was supposedly fixed here: https://www.drupal.org/project/drupal/issues/2599594, but I am still seeing it in 8.9.13
Steps to reproduce :
- Enable the translation for a content type
- Enable translation for menu links for that content type
- Create a node in the default language and on the node creation form, click "Provide a menu link" and add a menu link
- Translate this node to French and translate the menu link
- BOTH translations (the default and the French translation) now have the French translation's menu link.
The only way to have a translated menu link is to create it directly from the menu configuration.
Setting priority as major due to lost user input from this bug.