[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 7f6d82980d0d8147f926f6da5a5bfe21223e921c

Evergreen Git git at git.evergreen-ils.org
Mon May 7 11:32:10 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  7f6d82980d0d8147f926f6da5a5bfe21223e921c (commit)
      from  77da2221756ceb28b17c83a7c0b206b40f117e2c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7f6d82980d0d8147f926f6da5a5bfe21223e921c
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Mon May 7 08:31:56 2018 -0400

    LP#1743854 - Correct initial cursor focus in in-house use UI
    
    Previously, the "Record In-House Use" UI opened with the cursor
    focused in the "# of Uses" field, which required staff to manually
    select the "Barcode" field.  It is far more intuitive to have the
    "Barcode" field have initial focus.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Geoff Sams <gsams at roanoketexas.com>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
index 887e60b..1bc90c4 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js
@@ -45,7 +45,7 @@ function($scope,  egCore,  egGridDataProvider , egConfirmDialog, egAlertDialog)
         });
     });
 
-    $scope.useFocus = true;
+    $scope.bcFocus = true;
     $scope.args = {noncat_type : 'barcode', num_uses : 1, needsCountWarnModal: false };
     var checkouts = [];
 

-----------------------------------------------------------------------

Summary of changes:
 .../js/ui/default/staff/circ/in_house_use/app.js   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list