mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed entity export.
This commit is contained in:
parent
b6f95ebe48
commit
181e0f72ed
5 changed files with 30 additions and 9 deletions
|
@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue