mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 00:04:40 +02:00
Fixed entity export.
This commit is contained in:
parent
b6f95ebe48
commit
181e0f72ed
5 changed files with 30 additions and 9 deletions
|
@ -132,7 +132,7 @@
|
|||
|
||||
{% if entity.id %}
|
||||
<div id="export" class="tab-pane fade">
|
||||
{% include 'AdminPages/_export_form.html.twig' with {'path' : path('attachment_type_export', {'id': entity.id})} %}
|
||||
{% include 'AdminPages/_export_form.html.twig' with {'path' : path(route_base ~ '_export', {'id': entity.id})} %}
|
||||
</div>
|
||||
{% else %} {# For new element we have a combined import/export tab #}
|
||||
<div id="import_export" class="tab-pane fade">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue