]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
webstaff: start work on authority linker modal
authorGalen Charlton <gmc@esilibrary.com>
Mon, 31 Aug 2015 22:09:01 +0000 (22:09 +0000)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 14 Sep 2015 19:44:17 +0000 (15:44 -0400)
commit573dd9fca6e8a4249a2ed38ffea0a37ae70c7426
tree442b8d8ed4e682cff54f924e56b5789322979425
parent896d2f5aa4dc21acf70257f277273adb7ebb8d7a
webstaff: start work on authority linker modal

When a bib record is opened in the MARC editor, fields that
can be put under authority control now have a link button at
the end of the subfield list. When clicked, this opens
a dialog box that, for now, allows:

* creating a new authority record based on the bib heading
* creating a new authority record and launching a secondary
  MARC editor.

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