mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +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(
|
$options = array(
|
||||||
'multiple' => $customField->getOptions()[self::MULTIPLE],
|
'multiple' => $customField->getOptions()[self::MULTIPLE],
|
||||||
'choices' => $choices,
|
'choices' => $choices,
|
||||||
'required' => false
|
'required' => false,
|
||||||
|
'label' => $customField->getName()[$locale]
|
||||||
);
|
);
|
||||||
|
|
||||||
//if allow_other = true
|
//if allow_other = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user