Arnaud Frézet
Arnaud Frézet
When using a filter, the returned results are not correct and the pagination is broken. For instance, the pagination says 25 results are returned and 2 pages are available, but...
It is nearly impossible to add a custom filter or a custom sort without overriding a lot of core classes. This should not be done this way. A simple yaml...
When adding a date range filter, an error occurred when using this filter : ``` Cannot read index "startDate" while trying to traverse path "[startDate]". Available indices are "Array ```...
If a create a admin resource "Article", if I try to generate the route `sidus.admin.article.list`, the family code is required. It should not be required as the route is already...
When opening a form to the side of the screen, the main url should not be changed to keep a coherent behavior when refreshing the page.