Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #19718 [Workflow] Add Doctrine type information for multiple st…
…ate 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
- Loading branch information