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

Evergreen Git git at git.evergreen-ils.org
Tue Jun 4 12:03:20 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, master has been updated
       via  717a1263a3fee997c3617326e0d90450e2c07220 (commit)
      from  ed8cb3204bbb4f2d8bf671c9da3fa0d5f1c98f0c (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 717a1263a3fee997c3617326e0d90450e2c07220
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 e91d40f..adc4cf1 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -870,6 +870,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