mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 21:39:42 +00:00
show the name into custom fields's choice label refs #291
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user