[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 8e2d9325ba8e3f40f5da159293c7382e49eb3036
Evergreen Git
git at git.evergreen-ils.org
Mon May 7 11:31:45 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_1 has been updated
via 8e2d9325ba8e3f40f5da159293c7382e49eb3036 (commit)
from d510170471396114e7530b81f5e6745eae57ce0c (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 8e2d9325ba8e3f40f5da159293c7382e49eb3036
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