Summary: | Prevent submitting empty barcodes in self check-in | ||
---|---|---|---|
Product: | Koha | Reporter: | Bosse <bosse> |
Component: | Circulation | Assignee: | Bosse <bosse> |
Status: | Pushed to oldoldstable --- | QA Contact: | Chris Cormack <chris> |
Severity: | minor | ||
Priority: | P5 - low | CC: | bosse, fridolin.somers, gmcharlt, kyle.m.hall, lucas, martin.renvoize, sam.sowanick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00,24.05.06,23.11.11
|
|
Circulation function: | |||
Attachments: |
Bug 37836 - Prevent submitting empty barcodes in Self check-in
Bug 37836: Prevent submitting empty barcodes in Self check-in Bug 37836: Prevent submitting empty barcodes in Self check-in |
Description
Bosse
2024-09-04 20:01:51 UTC
Created attachment 171038 [details] [review] Bug 37836 - Prevent submitting empty barcodes in Self check-in Created attachment 171040 [details] [review] Bug 37836: Prevent submitting empty barcodes in Self check-in This patch disbles the "Submit" button when the barcode field is empty. To test this patch: Add the patch to your koha clone Enable the "SelfCheckInModule". Open the page and the "Submit" button should be disabled when the barcode field is empty. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Created attachment 172936 [details] [review] Bug 37836: Prevent submitting empty barcodes in Self check-in This patch disbles the "Submit" button when the barcode field is empty. To test this patch: Add the patch to your koha clone Enable the "SelfCheckInModule". Open the page and the "Submit" button should be disabled when the barcode field is empty. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Seeing some new names here - welcome and thanks for your work! Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 Strange this patch added 7 empty lines : +}); + + + + + + + </script> The all file needs some cosmetic review ;) Pushed to 23.11.x for 23.11.11 |