mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 22:39:36 +00:00
Navigate only the content frame when submitting the global barcode scan label
This commit is contained in:
parent
a8f9f9832e
commit
f097b79103
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
{# Listen for the special #}
|
{# Listen for the special #}
|
||||||
{% if is_granted("@tools.label_scanner") %}
|
{% 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">
|
<input name="input" type="hidden">
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue