- Issue created by @scottsawyer
- Merge request !20Adds DependencySerializationTrait to FormOperations β (Open) created by scottsawyer
- Status changed to Needs review
2 months ago 4:14pm 10 July 2025 - πΊπΈUnited States scottsawyer Atlanta
I just ran into a similar issue on another site where the form has an address field. When changing the country, it throws:
Exception: Serialization of 'Closure' is not allowed in serialize() (line 14 of /app/web/core/lib/Drupal/Component/Serialization/PhpSerialize.php).
This MR seems to resolve this issue as well.