]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1573734_Link_to_sibling_metarecord_bibs_in_record_detail_page
authorblake <blake@mobiusconsortium.org>
Tue, 14 Feb 2017 20:41:34 +0000 (14:41 -0600)
committerKathy Lussier <klussier@masslnc.org>
Thu, 16 Feb 2017 01:51:51 +0000 (20:51 -0500)
commit21abaf6f40c81c886f853ed30de8c60b1c52bfc4
treebafc48267f5531a6baf571b1c5ca37ec0ff7618d
parent859f11bb3acd63d286a3d9aa3e0dcefe29ba1eb8
LP1573734_Link_to_sibling_metarecord_bibs_in_record_detail_page

This feature will display sibling records when viewing a bib record in the OPAC.
Altered Record.pm to gather up additional metarecord information to pass to
misc_util.tt2 for parsing. Displayed on summary.tt2 styled in responsive in
style.css.tt2. Also fixed the URL in mmr search results for single bib results in
table.tt2. Transcendent bibs needed to be included in the unapi.mmr_mma function.

This code requires the code from LP1629108.
http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;
h=refs/heads/user/blake/LP1629108-metarecord-constituent-result-reroute

Signed-off-by: blake <blake@mobiusconsortium.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm
Open-ILS/src/sql/Pg/990.schema.unapi.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.LP1573734_Link_to_sibling_metarecord_bibs_in_record_detail_page.sql [new file with mode: 0755]
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/misc_util.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2