- Issue created by @JasonSafro
- 🇪🇸Spain xurdep Gijón
Added suport for clean urls on entities and fixed thsi issue
We are running Drupal with clean URLs and aliased paths. For example, we have a node with:
If you are on the English version of the page, the Advanced Language Selector has the spanish URL as /es/about-us - which is invalid. If you are on the Spanish version of the page, the english path is /sobre-nosotros - which is also invalid.
The ALS also struggles with the home page. If you are on the home page (route = ), the ALS has the English URL as /home and the spanish URL as /es/home. Why /home? Because we set our home page to node 14, which has the title 'Home' and the alias /home.
Active
1.4
Code
Added suport for clean urls on entities and fixed thsi issue