12.10.0
Last updated
Was this helpful?
Last updated
Was this helpful?
The task list now supports filtering out locked tasks. Using this filter, users will only see the tasks in the list where they have access to (view
permission on the task).
Nested properties submitted via Formio forms using process variables (e.g. pv.aanvrager.voornaam
) are now stored correctly as structured objects in Camunda process variables. Previously, each nested field was saved as a separate flat variable, leading to incorrect data handling.
Nested property paths in Formio components (e.g. paths containing arrays or expressions like /favorites/{indexOf(...)}
) were not handled correctly.
On the 'logs' page, the 'edit' button was incorrectly visible when navigating from the case widget page.
The ZGW API clients now support running the ZGW services in Docker. Connections to localhost
will be rewritten to host.docker.internal
. This behaviour can be enabled by setting the valtimo.docker.filter.enabled
application property to true.