- π©πͺGermany jan kellermann
jan kellermann β made their first commit to this issueβs fork.
Site builders can edit a view's menu link directly from the menu configuration page, e.g. admin/structure/menu/manage/main
. Doing this while having the interface language set to a language other than the view's original language can cause the view's configuration to be overwritten with values from its translation, causing loss of the original language texts.
The bug can be replicated in a clean Drupal 8.4.x-Install with the following steps:
Most likely, the edit form simply loads the configuration for the view in question, which applies all translation strings by default. When the link is saved, the whole view is updated, and the translated strings are saved into the original configuration.
As a workaround for now, it's possible to just create custom menu links pointing to your view pages instead of letting views create your menu links.
We need a test replicating this bug, and a patch fixing it and passing the test.
Needs work
11.0 π₯
views.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
jan kellermann β made their first commit to this issueβs fork.