Skip to content

Commit 461640d

Browse files
committed
minor #12292 Expected scalar type, got array (no-on3)
This PR was merged into the 4.3 branch. Discussion ---------- Expected scalar type, got array The example is returning an error because of `currentPlace`. The error is: ``` invalid type for path 'famework.workflows.workflows.blog_publishing.marking_store.property'. expected scalar, but got array. ``` once changed, the error is fixed Commits ------- 0b7d0c4 Expected scalar type, got array
2 parents cfbf1db + 0b7d0c4 commit 461640d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflow.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ like this:
5555
enabled: true
5656
marking_store:
5757
type: 'method'
58-
property:
59-
- 'currentPlace'
58+
property: 'currentPlace'
6059
supports:
6160
- App\Entity\BlogPost
6261
initial_marking: draft

0 commit comments

Comments
 (0)