Change #7857
Category | None |
Changed by | Jeff Davis <jdavis | @sitka.bclibraries.ca>
Changed at | Wed 07 Jul 2021 10:27:32 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | cacc12ea0dd8892e89ed3ff15d21b64c33111184 |
Comments
LP#1929136: delay barcode lookup on change in holdings editor In the Holdings Editor, any change to the barcode field results in an immediate API call. Thus, if you type the barcode "123456789", you would get 9 separate calls: 1, 12, 123, 1234, 12345 ... This commit adds a 1000ms delay to avoid excessive pcrud calls when typing a barcode. Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Changed files
- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js