mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
forgotten in commit 59bf6628
(2020/07/16)
This commit is contained in:
@@ -140,7 +140,7 @@ class CustomFieldRenderingTwig extends AbstractExtension implements ContainerAwa
|
||||
*/
|
||||
public function renderWidget(array $fields, CustomField $customField, $documentType='html')
|
||||
{
|
||||
return $this->container->get('chill.custom_field.helper')
|
||||
return $this->customFieldsHelper
|
||||
->renderCustomField($fields, $customField, $documentType);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user