Fixed entity export.

This commit is contained in:
Jan Böhmer 2020-02-23 19:45:06 +01:00
parent b6f95ebe48
commit 181e0f72ed
5 changed files with 30 additions and 9 deletions

View file

@ -152,6 +152,7 @@ abstract class BaseAdminController extends AbstractController
'entity' => $entity,
'form' => $form->createView(),
'attachment_helper' => $this->attachmentHelper,
'route_base' => $this->route_base,
]);
}
@ -264,6 +265,7 @@ abstract class BaseAdminController extends AbstractController
'import_form' => $import_form->createView(),
'mass_creation_form' => $mass_creation_form->createView(),
'attachment_helper' => $this->attachmentHelper,
'route_base' => $this->route_base,
]);
}