- Issue created by @aerzas
- Merge request !29Issue #3476602 by Aerzas: AJAX error on StateTransitionConfirmForm → (Open) created by aerzas
When adding AJAX states to the StateTransitionConfirmForm
, the exception "LogicException: The database connection is not serializable" is thrown.
The issue comes from the transition
property that currently can't be serialized. Since the transition
property is set during buildForm
, we could simply remove the property on __sleep
as it will be reassign automatically on buildForm
.
Active
1.0
Code