]> git.evergreen-ils.org Git - Evergreen.git/commit
webstaff: fetch MVR to help build record summary
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Oct 2015 15:22:34 +0000 (15:22 +0000)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 Feb 2016 19:58:49 +0000 (14:58 -0500)
commit097edb99ade07c520fd72b4e332bfaff5036de5d
tree89ba511fb1595a37f39a443a92f545248c5bc827
parent282e0d477322670e67b65792d15aaa2e9d3b1ad0
webstaff: fetch MVR to help build record summary

Although this adds another OpenSRF request, using the
MVR rather than fleshing simple_record() gives us
two benefits:

* getting access to the edition
* fields like title and author are now displayed in
  their proper case, rather than the normalized lowercase
  supplied by simple_record().

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/cat/share/t_record_summary.tt2
Open-ILS/web/js/ui/default/staff/cat/services/record.js