.. warning:: Manual intervention required
In the 3.0.2 bugfix release we fixed a bug regarding Objects API registration not
being shown in the variables tab. In this bugfix we added scripts to fix any forms
that still might be affected by this issue. You should run these scripts after
deploying the patch release, to make sure all Objects API registrations are correctly
configured.
.. code-block:: bash
# in the container via ``docker exec`` or ``kubectl exec``:
python src/manage.py /app/bin/fix_objects_api_form_registration_variables_mapping.py
Alternatively, you can also manually edit all the affected forms in the
admin interface. This would require you to remove the Objects API registrations, and
re-define them.
**Bugfixes**
* [:backend:`5158`] Fixed not being able to delete ZGW API groups.
* [:backend:`5142`] Fixed logic tab crashing and incorrectly displaying 0 component
variables when removing fields from the form.
* [:backend:`5124`] Fixed hidden prefill fields triggering validation.
* [:backend:`5031`] Fixed missing ``variables_mapping`` in the Objects API registration
plugin.
* [:backend:`5104`] Fixed ``null`` default values for radio fields.