Fix errors in custom field rendering and administration

This commit is contained in:
2023-11-24 12:30:18 +01:00
parent c704ffa379
commit 170bb9586d
11 changed files with 26 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ class CustomFieldLongChoice extends AbstractCustomField
public function render($value, CustomField $customField, $documentType = 'html')
{
$option = $this->deserialize($value, $customField);
$template = 'ChillCustomFieldsBundle:CustomFieldsRendering:choice_long.'
$template = '@ChillCustomFields/CustomFieldsRendering/choice_long.'
.$documentType.'.twig';
return $this->templating