- Issue created by @GuillaumePacilly
- @guillaumepacilly opened merge request.
- First commit to issue fork.
- 🇫🇷France GuillaumePacilly
I refactore the Tree Service to avoid missing indexes in the translations array.
However, I realize this feature would need additional work (probably major refactoring) to fully support multingual domains:
Currently the pagetree is build upon menu entities iteration, each domain having one menu, each menu a language and each node in the menu having translations.This lead to inconsistency if translations belongs to a separate domain. Additionaly, the menu links language depends on the language defined for the menu, not the current language displayed.