[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. b5f110f5654b7a3cf1f30f2bf94151f6f87e0b84
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 4 12:05:36 EDT 2013
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_2_2 has been updated
via b5f110f5654b7a3cf1f30f2bf94151f6f87e0b84 (commit)
from d74561fcec404d3840fb9c1606a8f319833f4855 (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 b5f110f5654b7a3cf1f30f2bf94151f6f87e0b84
Author: Simon Hieu Mai <hieu.mai at mnsu.edu>
Date: Mon Jun 3 17:45:08 2013 -0400
LP#1053074: Editimg MARC Fixed Fields jumps cursor to marc record
Put the cursor back to the current fixed field after reload
the MARC record table.
Signed-off-by: Simon Hieu Mai <hieu.mai at mnsu.edu>
Signed-off-by: Dan Wells <dbw2 at calvin.edu>
diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js
index adf69e2..bc70181 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -830,6 +830,8 @@ function updateFixedFields (element) {
xml_record = new XML( xml_string );
if (xml_record..record[0]) xml_record = xml_record..record[0];
loadRecord();
+ // Put the cursor back to the current fixed field
+ element.select();
return true;
}
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list