Problem/Motivation
In brief, language context is set incorrectly by page manager during language negotiation. This has as a sequence (not the only one) incorrect application of language block display conditions.
More detailed description is in the linked issue #3263915: Language visibility condition on blocks does not work
Maybe, Drupal\user\Plugin\LanguageNegotiation\LanguageNegotiationUserAdmin->isAdminPath() needs revision.
Steps to reproduce
Described in #3263915: Language visibility condition on blocks does not work.
Proposed resolution
Here I apply a quick core patch that fixes the resulting problem with block visibility. It is a provisionary solution and by no means is a clean and correct one.
Remaining tasks
Find the correct solutions in core or in Page Manager.
User interface changes
No.
API changes
No.
Data model changes
No.
Release notes snippet
No.
| Comment | File | Size | Author |
|---|---|---|---|
| IsAdminPath-laguage_visibility.patch | 599 bytes | gease |
Comments