Commit 461640d
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 array1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments