statikbe / laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.
MIT License
115 stars 18 forks source link

Image not linked until second save #44

Closed buzkall closed 1 month ago

buzkall commented 3 months ago

When using the Image or ImageBlock or TextImageBlock components, the image is uploaded and saved to the media table, but it's not linked in the content block when saving.

1

If I save the resource again (without changing anything) it gets linked.

2

I'm using Laravel 11 and the latest version of the package

sten commented 3 months ago

Hi, we discovered this issue right before my holidays. I still have to make fix after I am back.

For now you can downgrade filament to v3.3.23 or lower as a temp fix.

Quarasique commented 1 month ago

Any updates here?

sten commented 1 month ago

@Quarasique & @buzkall Sorry for the delay. I finally did the refactor. Try the new release v2.1.0. If you have published the view, please update your Cards Block. See the upgrade guide for more info.