Open mdieudonne opened 2 years ago
This seems to be missing in the upgrade guide & the documention: skip_null_values is now defaulted to true in v3.
skip_null_values
It can be set back to false globally in api_platform.yaml:
api_platform.yaml
defaults: normalization_context: skip_null_values: false
Regards
It would be great if you could make a PR :slightly_smiling_face:
This seems to be missing in the upgrade guide & the documention:
skip_null_values
is now defaulted to true in v3.It can be set back to false globally in
api_platform.yaml
:Regards