mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
show the name into custom fields's choice label refs #291
This commit is contained in:
parent
869bed4ac8
commit
d0a04279d3
@ -80,7 +80,8 @@ class CustomFieldChoice implements CustomFieldInterface
|
||||
$options = array(
|
||||
'multiple' => $customField->getOptions()[self::MULTIPLE],
|
||||
'choices' => $choices,
|
||||
'required' => false
|
||||
'required' => false,
|
||||
'label' => $customField->getName()[$locale]
|
||||
);
|
||||
|
||||
//if allow_other = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user