[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. deba8502795145d5272b21015e6d0e383db91f1b
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 4 12:04:50 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_3 has been updated
via deba8502795145d5272b21015e6d0e383db91f1b (commit)
from 71ef1e8ffaa3f1079fb56a4e47dbb992ac0231b4 (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 deba8502795145d5272b21015e6d0e383db91f1b
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