12.10.0
New features
Hiding locked tasks from the tasklist
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).
Store nested properties in process variables
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.
Bugfixes
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.
For developers
The ZGW API clients now support running the ZGW services in Docker. Connections to
localhost
will be rewritten tohost.docker.internal
. This behaviour can be enabled by setting thevaltimo.docker.filter.enabled
application property to true.
Last updated
Was this helpful?