mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
replace fqdn in customfields bundle
This commit is contained in:
@@ -133,7 +133,7 @@ class PersonListWidget implements WidgetInterface
|
||||
if (isset($config['custom_fields'])) {
|
||||
if (count($config['custom_fields']) > 0) {
|
||||
$cfs = $this->entityManager
|
||||
->getRepository('ChillCustomFieldsBundle:CustomField')
|
||||
->getRepository(\Chill\CustomFieldsBundle\Entity\CustomField::class)
|
||||
->findBy(['slug' => $config['custom_fields']]);
|
||||
// store the custom fields in a array
|
||||
foreach ($cfs as $cf) {
|
||||
|
Reference in New Issue
Block a user