From da950460d8f8d3e45b1ce1bd3e3f9feab9609555 Mon Sep 17 00:00:00 2001 From: stoccc Date: Wed, 16 May 2018 15:55:41 +0200 Subject: [PATCH] added initial_place entry I added the value for the config entry initial_place. This clarifies the config of the workflow and eliminates ambiguities about which is the initial place of the workflow - doing some tests, it seems that the first place defined in the list will be the initial place when the marking is null. --- workflow/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/usage.rst b/workflow/usage.rst index 814fcf7f198..9f016f94d85 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -33,6 +33,7 @@ like this: - 'currentPlace' supports: - AppBundle\Entity\BlogPost + initial_place: draft places: - draft - review