- Issue created by @byrond
- Merge request !183484630: Mismatched views area handler config key and plugin ID causes TypeError on some sites with language overrides β (Open) created by byrond
- πΊπΈUnited States byrond
This mainly affects sites that are installed from config after updating to a version of workbench that includes π Do not use basic_html text format Needs review . The initial site installation attempts to install the optional views config, which is later overwritten by the site config import. So, this is most likely to show up on local dev environments and CI.
- πΊπΈUnited States agentrickard Georgia (US)
This needs testing by people outside our project.
- π³π±Netherlands jeroen_vreuls
For us
drush site-install --existing-config
failed with Workbench 1.6, and the supplied patch fixed that. - π¨π¦Canada Brownell Toronto, Ontario
Thank you for the patch. It worked and resolve our nightmare.
- π³π±Netherlands Johan den Hollander
Spend a few ours investigating the latest module updates in a project and found out it was caused by this module.
The issue was visible when installing a new module via the UI or drush (deploying) in the bit where new translations would get installed.
With the patch the problem is gone.