[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 5d0e31b4737bf22018befabbccbe055edfeacaf0
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 4 12:04:15 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_4 has been updated
via 5d0e31b4737bf22018befabbccbe055edfeacaf0 (commit)
from 1ffe0447d7d85197fc0db46908d01cf9d70d7bdc (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 5d0e31b4737bf22018befabbccbe055edfeacaf0
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 614061f..9e85116 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -828,6 +828,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