Explorar el Código

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Fab hace 4 años
padre
commit
5d667b3178
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      ShopBundle/Form/Backend/Filters/ListFilterType.php

+ 0
- 1
ShopBundle/Form/Backend/Filters/ListFilterType.php Ver fichero

@@ -80,7 +80,6 @@ class ListFilterType extends AbstractType
break;
case 'association':
$classImplements = class_implements($field['targetEntity']);
dump($classImplements);
$builder->add($field['property'], EntityType::class, array(
'class' => $field['targetEntity'],
'placeholder'=> '--',

Cargando…
Cancelar
Guardar