mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
forgotten in commit 59bf6628 (2020/07/16)
This commit is contained in:
parent
d4130b701e
commit
fbaaa44ae6
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user