Jordi Sala Morales
                                            Jordi Sala Morales
                                        
                                    Still, there is a bug in docs. Id is either integer, or string, can't be both. Probably a lot of copy paste between bundles. but it looks like on some...
Probably here: https://github.com/sonata-project/SonataFormatterBundle/blob/5.x/src/Controller/CkeditorAdminController.php#L149-L152 we are missing some call to a validate method? Anyway not sure how the ckeditor will display this kind of error, you might end up with the...
This normally depends on your full classname of YOUR entities created on your code. Can you show the full classname to confirm it?
Maybe the problem is the immutable form type?
We need to follow admin-lte route here. If admin-lte 3 is only compatible with bootstrap 4, we have to use version 4. If they release version 4 of admin-lte and...
Yes! But at the moment the major blocker is the x editable library. We dont want to remove the feature, but that library wont be updated anymore. So at the...
The date picker script will be moved and updated on the form extensions library, so it will be removed from the list here.
Im looking into using bootstrap 5 directly without admin lte, it just will take some time to get it right.
Tailwind is not that bad IMHO, the real problem is that is only an utility first framework. With tailwind, we will need some designer to redo Sonata from scratch and...
It would be nice to change all get to what is needed on 4.x, even if it needs a lot of code. The idea is to reduce that for 5.x...