removed augmented checkbox and combined functionality into info mode checkbox. changed barcode scanner to use XHR callback for barcode decoding to avoid problems with form submission and camera caused by page reloaded when part not found.

This commit is contained in:
swdee 2026-01-17 17:52:20 +13:00
parent c07d4ab23a
commit 5885ac130c
6 changed files with 137 additions and 136 deletions

View file

@ -13,7 +13,7 @@
<div class="img-thumbnail" style="max-width: 600px;">
<div id="reader-box" {{ stimulus_controller('pages/barcode_scan') }}
data-augmented-url="{{ path('scan_augmented') }}"></div>
data-lookup-url="{{ path('scan_lookup') }}"></div>
</div>
</div>
</div>