Fixed error popup behavior, when turbo could not find a matching turbo-fram in the response.

This commit is contained in:
Jan Böhmer 2023-03-13 22:39:07 +01:00
parent be5663c468
commit 9188331c1e
2 changed files with 11 additions and 7 deletions

View file

@ -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>