Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 25, 2024
1 parent 3dfcd66 commit de1bf71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Detailed changes
* [:backend:`4524`, :backend:`4675`] Improved the user experience of the form variable
select/dropdown. The variable dropdown now uses the react-select component, allowing
for searching within the options.
* [:backend:`4764`] You can now use a form variable as the source of the submission price
to be paid.

.. note:: The ``soft-required`` feature is not yet fully implemented.

Expand All @@ -38,6 +40,18 @@ Detailed changes
* [:backend:`4733`] Fixed segmentation errors which caused the application to crash.
* [:backend:`4711`] Fixed broken submission form row styling.
* [:backend:`4695`] Fixed performance regression in Objects API (legacy) validation.
* [:backend:`4628`] Fixed a crash when copying a form with a "block next step" logic
action.
* [:backend:`4713`] Fixed pre-request hook not running for all "Haal Centraal BRP
Personen bevragen" operations (fixes Token Exchange extension).
* [:backend:`3629`] Fixed submission bulk export crashing when the form has repeating
groups.

* [:backend:`4528`] Fixed vague error/log out situation when logging in with OIDC.
* [:backend:`4744`] Fixed a performance regression in the logic check calls and general
submission processing.
* [:backend:`4774`] Fixed ``textfield`` data not being converted to a string when
numeric data is received from a prefill plugin.

**Project maintenance**

Expand Down

0 comments on commit de1bf71

Please sign in to comment.