Migration
This page describes how to update Valtimo from the previous version to the current.
Case settings
Scope: Back-end
In order to support case settings, a new module was introduced. This is required for case settings to work, which front-end uses. Information on how to include this module can be found here.
Added extra parameter to DocumentSearchService
Scope: backend
Custom implementations of the
DocumentSearchService
now requireuserManagementService
as a parameter in the super constructor. TheuserManagementService
is a Spring bean and can be obtained in a similar fashion as all other constructor parameters. The constructor should look like this:
Last updated