[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. f2e5b8d0523687842656b82898dd1a111ac866f5

Evergreen Git git at git.evergreen-ils.org
Fri Jun 12 16:52:39 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_7 has been updated
       via  f2e5b8d0523687842656b82898dd1a111ac866f5 (commit)
      from  6f13a9314148d0f9eafbba3c4bf6f6e3c428cb86 (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 f2e5b8d0523687842656b82898dd1a111ac866f5
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