mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Fixed error popup behavior, when turbo could not find a matching turbo-fram in the response.
This commit is contained in:
parent
be5663c468
commit
9188331c1e
2 changed files with 11 additions and 7 deletions
|
@ -179,7 +179,7 @@
|
|||
<hr>
|
||||
<fieldset>
|
||||
<legend>{% trans %}export_all.label{% endtrans %}</legend>
|
||||
{% include 'admin/_export_form.html.twig' with {'path' : path('attachment_type_export_all')} %}
|
||||
{% include 'admin/_export_form.html.twig' with {'path' : path(route_base ~ '_export_all')} %}
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue