outl1ne / nova-media-hub

This Laravel Nova package allows you to manage media and media fields.
MIT License
45 stars 22 forks source link

Cannot save if the field is multiple and submitted 0 image #71

Closed she-kelvin closed 7 months ago

she-kelvin commented 11 months ago

I have a MediaHubField that has the property multiple. When I try to save the item, it show the following error : count(): Argument #1 ($value) must be of type Countable|array, null given {"userId":1,"exception":"[object] (TypeError(code: 0): count(): Argument #1 ($value) must be of type Countable|array, null given at /code/code/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1095)

I tried to add an image and it success to save. How can I make it possible to be nullable when it is multiple.

Tarpsvo commented 7 months ago

Heya! PR #64 hopefully addressed this issue and it should no longer crash in version 1.8.0.