- Issue created by @jan kellermann
- 🇩🇪Germany jan kellermann
jan kellermann → changed the visibility of the branch 3475103-10.2 to hidden.
- Merge request !9522#3475103: Check for messages in Claro status-messages.html.twig → (Open) created by jan kellermann
- 🇩🇪Germany jan kellermann
jan kellermann → changed the visibility of the branch 3475103-twigerrorloadererror-template-.html.twig to hidden.
- Status changed to Needs work
4 months ago 5:56am 18 September 2024 - 🇩🇪Germany jan kellermann
There problem is more complex. We continue to investigate.
- Status changed to Postponed: needs info
4 months ago 12:12pm 18 September 2024 - Status changed to Closed: works as designed
4 months ago 8:18pm 19 September 2024 - 🇩🇪Germany jan kellermann
We got it. We use an older patch for #2118743 MR2777 with this line of code:
$info = $variables['info'] ?? $info;
And the WebformHelp of webforms exaclty use this key `info`. Thats why an wrong array is handled in core/lib/Drupal/Core/Theme/ThemeManager.php for `$info`.