Merge branch 'develop'

This commit is contained in:
Simon Vieille 2024-03-25 15:27:12 +01:00
commit 64258a2d8c
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
### Fixed
* fix default crud sort
* fix hidden save button in file manager
* fix template of CrudController (maker)
## [v1.24.1] - 2024-02-01
### Fixed

View file

@ -11,7 +11,7 @@ use <?php echo $entity; ?> as Entity;
use <?php echo $factory; ?> as Factory;
use <?php echo $form; ?> as Type;
use <?php echo $repository_query; ?> as RepositoryQuery;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Session\Session;