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