[open-ils-commits] [GIT] Evergreen ILS branch master updated. a97345da5867ccac4245f1f2aced8e0b69fe657a

Evergreen Git git at git.evergreen-ils.org
Mon May 7 11:31:12 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, master has been updated
       via  a97345da5867ccac4245f1f2aced8e0b69fe657a (commit)
      from  893e739d4d7a6fb4eb34f0ed26390b62ab3b59a2 (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 a97345da5867ccac4245f1f2aced8e0b69fe657a
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 8899aca..2dd2e51 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
@@ -46,7 +46,7 @@ function($scope , egCore , egGridDataProvider , egConfirmDialog,
         });
     });
 
-    $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