mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
remove dump message
This commit is contained in:
parent
c0834353d5
commit
20b03ee9d1
@ -294,8 +294,7 @@ class ListPerson implements ListInterface, ExportElementValidatedInterface
|
||||
return function($value) use ($cf, $cfType, $key) {
|
||||
$slugChoice = $this->extractInfosFromSlug($key)['additionnalInfos']['choiceSlug'];
|
||||
$decoded = \json_decode($value, true);
|
||||
dump($decoded);
|
||||
dump($slugChoice);
|
||||
|
||||
if ($value === '_header') {
|
||||
|
||||
$label = $cfType->getChoices($cf)[$slugChoice];
|
||||
|
Loading…
x
Reference in New Issue
Block a user