MitchBricks
Nested repeater not maintaining order
Hi all,
I use a repeater inside a builder, in a resource that uses the Spatie Translatable plugin.
When I set a order, and save it, all is fine. When I reload and change something else and then save, the order is mixed up.
I also notice this on another project, so it seems it maybe has a correlation with the translateable plugin for Filament.
There are no errors, the array is just malformed. The blocks in the builder do keep their order, that works fine. It is not a relation, all stored in JSON column in db.
Does anymore maybe experienced the same?
3 replies
spatie-laravel-media-library-plugin creates Media model and then deletes afterwards
Hi everyone,
I am trying the spatie-laravel-media-library-plugin plugin from the Filament team. I have added it to my resource:
As per documentation. It has two conversions.
The uploading works, when I save I see in Clockworks (similar to debugbar) that the media is created in the database along with the conversions:
Then, a bit later, it deletes it:
I have no clue why, and I also don't get any errors logged anywhere. Is there anyone who encountered this before and managed to fix this? Thanks!
2 replies