[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 36b2cd4704e02651875c653a185c1960ac5d1939

Evergreen Git git at git.evergreen-ils.org
Fri Jun 12 16:52:16 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, rel_2_8 has been updated
       via  36b2cd4704e02651875c653a185c1960ac5d1939 (commit)
      from  95cb130677ba997998e39a2afea4b3eea31ac49a (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 36b2cd4704e02651875c653a185c1960ac5d1939
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