Navigate only the content frame when submitting the global barcode scan label

This commit is contained in:
Jan Böhmer 2026-03-01 16:56:47 +01:00
parent a8f9f9832e
commit f097b79103

View file

@ -79,7 +79,7 @@
{# Listen for the special #}
{% if is_granted("@tools.label_scanner") %}
<form class="d-none" {{ stimulus_controller('helpers/scan_special_char') }} action="{{ path("scan_dialog") }}">
<form class="d-none" {{ stimulus_controller('helpers/scan_special_char') }} action="{{ path("scan_dialog") }}" data-turbo-frame="content">
<input name="input" type="hidden">
</form>
{% endif %}