Skip to content

Commit e751441

Browse files
committed
Sorry for that, it was a mistake
1 parent 9fd81ed commit e751441

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Service/DataService.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ public function propagateDataToComputedField(FormInterface $form, array& $object
214214
}
215215
else {
216216
try {
217-
// $this->twig->addExtension($this->appTwig);
218-
// Bugfix because we are always getting the following error (we should not inject the service we load in the construct?):
219-
// Error in template: Unable to register extension "app_extension" as extensions have already been initialized.
220217
$out = $this->twig->createTemplate($template)->render([
221218
'_source' => $objectArray,
222219
'_type' => $type,

0 commit comments

Comments
 (0)