Release Notes 2025.2

2025.2.2.3753

Like the previous patch, this update also resolves three issues.

Interaction Between Multiple Checkboxes and Action Buttons

Two problems were identified regarding the interaction between row selection and action button availability: work queue action buttons were disappearing when selecting all records, and action buttons on lazily loaded screens were also affected. The issue stemmed from how row states were delivered to the frontend and processed. The current solution is to ignore row states for this type of action (MultipleCheckboxes), expecting that the action workflow itself will validate the selection.

Serialization of Array Types in Workflows

Array types were not being properly serialized when processed in workflows, which caused errors, particularly when working with an array of GUIDs. This issue has now been resolved.

Improvements to German Localisation

The German localisation of the reset password form was incomplete, with missing translations and wording inconsistencies. These have now been corrected.