Change #3864
Category | None |
Changed by | blake <blake | @mobiusconsortium.org>
Changed at | Wed 15 Feb 2017 20:51:51 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 21abaf6f40c81c886f853ed30de8c60b1c52bfc4 |
Comments
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>
Changed files
- 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
- 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