You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #19718 [Workflow] Add Doctrine type information for multiple state marking stores (Tiriel)
This PR was merged into the 5.4 branch.
Discussion
----------
[Workflow] Add Doctrine type information for multiple state marking stores
Just experienced the behavior described inside the tip box (alongside `@Spomky` ):
When mapping a workflow array-marking store into Doctrine with the type `simple_array` and it contains only one key-value pair, the data stored is the value only as a string, resulting in a loss of the current place. Workflow checks then raises exception as the current place is interpreted as `0`.
This aims to prevent anyone else frommaking the same mistake, following advice from `@nicolas`-grekas
Commits
-------
2f65b00 [Workflow] Add type information for multiple state marking store
0 commit comments