Browse Source

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

feature/export_comptable
Fab 4 years ago
parent
commit
5d667b3178
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ShopBundle/Form/Backend/Filters/ListFilterType.php

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

break; break;
case 'association': case 'association':
$classImplements = class_implements($field['targetEntity']); $classImplements = class_implements($field['targetEntity']);
dump($classImplements);
$builder->add($field['property'], EntityType::class, array( $builder->add($field['property'], EntityType::class, array(
'class' => $field['targetEntity'], 'class' => $field['targetEntity'],
'placeholder'=> '--', 'placeholder'=> '--',

Loading…
Cancel
Save