outl1ne / nova-translatable

A Laravel Nova package that allows you to make any input field translatable.
MIT License
199 stars 56 forks source link

Fix cast issue in TranslatableFieldMixin #133

Closed RomkaLTU closed 1 month ago

RomkaLTU commented 1 month ago

Ensure non-empty values are cast to string only if not null, enhancing data handling and preventing unintended type conversion for empty strings.

KasparRosin commented 1 month ago

@RomkaLTU Thank you!

nimah79 commented 1 month ago

Why this PR is merged instead of #131?

KasparRosin commented 1 month ago

@nimah79 Just happened to find the other one first when I was searching for fixes. My bad, thank you for the pull request however!