From: Jane Sandberg Date: Fri, 9 Nov 2018 00:01:57 +0000 (-0800) Subject: LP1752968: Autofocus the barcode input on the holdings editor. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=423d694dbd99b1d3d5dc1f19830479f836a4a9bb;p=working%2FEvergreen.git LP1752968: Autofocus the barcode input on the holdings editor. To test: 1) Do a catalog search and click on one of the records. 2) Click "Add Holdings" 3) Note that there is no focus in the barcode field. 4) Apply this commit. 5) Repeat steps 1-2. Note that there is now focus in the barcode field. Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index 0928b7cadb..2b46ffdfcf 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -488,7 +488,7 @@ function(egCore , $q) { '
'+ ''+ + ' type="text" ng-model="barcode" ng-change="updateBarcode()" autofocus />'+ '
{{duplicate_barcode_string}}
'+ '
{{empty_barcode_string}}
'+ '
'+