mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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) {
|
return function($value) use ($cf, $cfType, $key) {
|
||||||
$slugChoice = $this->extractInfosFromSlug($key)['additionnalInfos']['choiceSlug'];
|
$slugChoice = $this->extractInfosFromSlug($key)['additionnalInfos']['choiceSlug'];
|
||||||
$decoded = \json_decode($value, true);
|
$decoded = \json_decode($value, true);
|
||||||
dump($decoded);
|
|
||||||
dump($slugChoice);
|
|
||||||
if ($value === '_header') {
|
if ($value === '_header') {
|
||||||
|
|
||||||
$label = $cfType->getChoices($cf)[$slugChoice];
|
$label = $cfType->getChoices($cf)[$slugChoice];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user