- Issue created by @Juanjol
- Merge request !14Issue #3422673: fix old or new array elements be treated as render arrys → (Open) created by Juanjol
- Status changed to Needs review
9 months ago 2:56pm 20 February 2024
When the "Old" and "New" elements in the diff section are not of the same type, the operations log refuses to render with an error like this:
NOTICE: PHP Message: PHP Fatal error: "@type" is an invalid render array key in web/core/lib/Drupal/Core/Render/Element.php on line 98
We should check in the twig template if the element to render is iterable or not.
Needs review
1.0
Code