.. warning:: Manual intervention required
In this bugfix release we fixed a bug regarding the default values of some components
being ``null``. We added a script to fix any forms that still might be affected by these
issues. You should run this script after deploying the patch release, to make sure the
default values of affected components are fixed.
.. code-block:: bash
# in the container via ``docker exec`` or ``kubectl exec``:
python /app/bin/fix_component_default_values.py
**Bugfixes**
* [:backend: `5214`] Fixed employee ID not being used in the authentication context when
the organization-via-OIDC plugin is used.
* [:backend: `5238`] Fixed the order of form versions in version history.
* [:backend:`5181`] Fixed incorrect ``null`` default values in components.
* [:backend:`5239`] Fixed ``kvkNummer`` attribute not being sent in ZGW API's registration.
* [:backend: `5188`] Fixed wrong prefill fields/attributes being logged.
* [#5155] Fixed ``initial_date_reference`` being lost on language change while
filling out a form.
* [:backend:`4662`, :backend:`5147`] Fixed not-required selectboxes field preventing
pausing the form.
* Fixed SAMLv2 metadata generation when multiple certificates are configured.
* Fixed the NLX directory URLs.
* [:backend:`5245`] Fixed broken variable mapping configuration when multiple registration
backends are available on a form.
**Project maintenance**
* Fixed test flakiness.
* Updated backend dependencies:
- Bumped zgw-consumers to 0.38.0
- Bumped django-digid-eherkenning to 0.21.0