From e5de7b3135ee334ce3833746e8df2679522b9a1f Mon Sep 17 00:00:00 2001 From: Peter Bowyer Date: Sun, 7 Apr 2019 14:00:07 +0100 Subject: [PATCH] [Workflow] Update to `initial_marking` Also merge the two separate `Workflow` sections. --- UPGRADE-4.3.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/UPGRADE-4.3.md b/UPGRADE-4.3.md index 4cbf221623..2c792ff47a 100644 --- a/UPGRADE-4.3.md +++ b/UPGRADE-4.3.md @@ -155,7 +155,7 @@ TwigBridge Workflow -------- - * `initial_place` is deprecated in favour of `initial_places`. + * `initial_place` is deprecated in favour of `initial_marking`. Before: ```yaml @@ -170,12 +170,9 @@ Workflow framework: workflows: article: - initial_places: [draft] + initial_marking: [draft] ``` -Workflow --------- - * `MarkingStoreInterface::setMarking()` will have a third argument in Symfony 5.0. Before: