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

Evergreen Git git at git.evergreen-ils.org
Tue Mar 3 13:27:32 EST 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  0a2fe2443981e28ff84a35d7a4188071f114a1fd (commit)
      from  3794cfdf9913618d3ddb585f86009ad5cb67d7b6 (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 0a2fe2443981e28ff84a35d7a4188071f114a1fd
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Mar 2 15:06:03 2015 -0500

    lp1427331: Remove relator information from author links
    
    Removes the display and linking of relator information from the author field
    on the search results page. The display of subfield e was limiting the number
    or results retrieved when clicking these links.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index b4bf194..a3d5e26 100644
--- a/Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2
@@ -7,7 +7,7 @@
         FOR node IN xml.findnodes('//*[@tag="' _ target_field _ '"]');
             raw_vals = [];
             core_val = '';
-            FOR subnode IN node.findnodes('./*[not(contains("w 0 4 5 6 7 8 9", @code))]');
+            FOR subnode IN node.findnodes('./*[not(contains("e w 0 4 5 6 7 8 9", @code))]');
                 raw_vals.push(subnode.textContent());
             END;
             core_val = raw_vals.join(" ");

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/misc_util.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list