Explorar el Código

Correctif

feature/symfony6.1
Fabien Normand hace 3 años
padre
commit
f5f1a4f298
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Controller/AbstractAdminController.php

+ 2
- 0
Controller/AbstractAdminController.php Ver fichero

@@ -151,6 +151,8 @@ abstract class AbstractAdminController extends EaAbstractCrudController

if ($this->isInstanceOf(SortableInterface::class)) {
$crud->setDefaultSort(['position' => 'ASC']);
}else{
$crud->setDefaultSort(['id' => 'DESC']);
}

return $crud;

Cargando…
Cancelar
Guardar