mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-20 12:12:50 +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')
|
public function renderWidget(array $fields, CustomField $customField, $documentType='html')
|
||||||
{
|
{
|
||||||
return $this->container->get('chill.custom_field.helper')
|
return $this->customFieldsHelper
|
||||||
->renderCustomField($fields, $customField, $documentType);
|
->renderCustomField($fields, $customField, $documentType);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user