[open-ils-commits] [GIT] Evergreen ILS branch master updated. 22d0a1950da71ddaad6decd82441ffd4a1221be9

Evergreen Git git at git.evergreen-ils.org
Fri Jun 12 16:51:52 EDT 2015


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  22d0a1950da71ddaad6decd82441ffd4a1221be9 (commit)
      from  7903e32468a78250b640d6983ba8321c3ec653c1 (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 22d0a1950da71ddaad6decd82441ffd4a1221be9
Author: Adam Bowling <abowling at emeralddata.net>
Date:   Fri Jan 16 17:18:24 2015 -0500

    LP#1365661 Found patrons with same name not opening
    
    This patch fixes the error, while registering a new patron
    and clicking the link "Found {$0} patron(s) with the same
    name" did not previously work in the staff client.
    
    To reproduce the bug, register a new patron with the name of an
    existing patron.  The little widget with the message described
    above will appear.  The message is a hyperlink, but nothing
    appears to happen if you click it.  The JavaScript console will
    contain an error ReferenceError:js2JSON is not defined.
    
    After applying this patch, clicking the hyperlink does a search
    for matching patrons as intended.  The ReferenceError also
    disappears.
    
    Signed-off-by: Adam Bowling <abowling at emeralddata.net>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml
index 5a2aba6..9356d48 100644
--- a/Open-ILS/xul/staff_client/server/index.xhtml
+++ b/Open-ILS/xul/staff_client/server/index.xhtml
@@ -64,6 +64,8 @@
 </script>
   <script type="text/javascript" src="/opac/common/js/CGI.js">
 </script>
+  <script type="text/javascript" src="/opac/common/js/JSON_v1.js">
+</script>
   <script type="text/javascript" src="/opac/common/js/md5.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/fmall.js">

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/index.xhtml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list