- Issue created by @mfarhat
- 🇨🇦Canada mfarhat
This patch replaces `$link->getPluginId()` with `$link->getEntity()` to ensure proper entity loading in Drupal 10.5.0.
It fixes the issue where translated menu links always fall back to the English version on multilingual sites.
Steps to reproduce and resolution are fully documented in the summary above.
- 🇨🇦Canada mfarhat
Apologies — I initially opened this issue based on the behavior in the 2.1.1 release. After reviewing the `2.x` branch, I see that the problem has already been resolved there.
No patch or merge request is needed.
Thanks for maintaining the module
- 🇨🇦Canada mfarhat
Update: I originally opened this issue based on the 2.1.1 release, where the bug was still present.
After reviewing the current `2.x` branch, I can confirm that the issue has already been fixed — the module now uses `$link->getEntity()` properly.
No patch or merge request is needed. Apologies for the noise — and thank you for maintaining this module!