Cannot reorder media in latest releases
Hello everyone, as mentioned in the issue below, it's still impossible to reorder medias in the latest relaeases of Twill (3.4.1 & 3.4.0).
https://github.com/area17/twill/issues/2690
Tx for your help ❤️
GitHub
Cannot reorder images on A17\Twill\Services\Forms\Fields\Medias · I...
Description We cannot reorder images on version 3.4.1. Steps to reproduce It's very simple, change the order, update, refresh the cms page and the images are back on the old order. Versions Twi...
7 Replies
Ok, I just saw that this commit solved the problem, by adding using positions in the twillMediablesTable, smart, thanks!
https://github.com/area17/twill/commit/b9676ce3878a41c46fdbf804d21c73dcca82f327
I'm a bit sad because there are many open bugs and there hasn't been a new release since last October 😦 I've forced to download that commit through my composer.json, but it's a bit of a hack...
Yes indeed, these corrections have been pending for a long time now 😶🌫️
@ifox is there a new release with these fixes coming soon?
Hi @Constant Variable we're working on it. There was some misunderstanding about the severity of the issue and my team has been very busy with major new Twill client projects in the past few months. I was initially thinking about the next release being about Laravel 12 support, but there are dependencies like
laravel-translatable
that are not compatible yet so I am prioritizing a release with this fix now.No problem, thanks for the news @ifox 🙏🏻
In the meantime I used version ‘’3.x-dev‘’ which works very well with a position column in twill_mediables & twill_fileables
In the meantime I used version ‘’3.x-dev‘’ which works very well with a position column in twill_mediables & twill_fileables
Fixed in Twill 3.5.0! Sorry for the delay again.
Amazing thank you ❤️