]> git.evergreen-ils.org Git - Evergreen.git/commit
webstaff: add support for editing authority records
authorGalen Charlton <gmc@esilibrary.com>
Fri, 28 Aug 2015 00:45:23 +0000 (00:45 +0000)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 14 Sep 2015 19:44:16 +0000 (15:44 -0400)
commit85c199c63984620cd1a8ad31d112492c61d1b4c4
tree4dacb6bc14be707d52ceb370f393b97512010724
parent99a17c4ad454ec4eac3394bb224bb3ad738fdf8f
webstaff: add support for editing authority records

This adds basic support for invoking the MARC editor on
authority records, and fixes a couple bugs discovered
along the way. The route currently supported is

/cat/catalog/authority/:authority_id/marc_edit

In the future, some sort of summary view of an authority
record might be added, in which case the route
"/cat/catalog/authority/:authority_id" is available.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/staff/cat/catalog/t_authority.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
Open-ILS/web/js/ui/default/staff/cat/services/tagtable.js