api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
482 stars 130 forks source link

Edit form error when skip_null_values = false in api platform configuration #563

Closed hosseinsalemi closed 4 months ago

hosseinsalemi commented 4 months ago

API Platform version(s) affected: 3.2.22

Description
The submit edit form gives me an error:

Cannot read properties of null (reading 'rawFile').

The creation form works without problems.

How to reproduce
In api_platform.yaml configuration file set skip_null_values to false.

PawelSuwinski commented 4 months ago

Fixed in upcoming version, see: #559