Sfoglia il codice sorgente

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

feature/export_comptable
Fab 4 anni fa
parent
commit
5d667b3178
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      ShopBundle/Form/Backend/Filters/ListFilterType.php

+ 0
- 1
ShopBundle/Form/Backend/Filters/ListFilterType.php Vedi File

@@ -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'=> '--',

Loading…
Annulla
Salva