]> git.evergreen-ils.org Git - Evergreen.git/commit
Reify required authority fixed field names
authorMike Rylander <mrylander@gmail.com>
Mon, 11 Mar 2013 17:40:46 +0000 (13:40 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 11 Mar 2013 17:52:56 +0000 (13:52 -0400)
commit4fcc5d1041028b5d837983a4c5743ee28d1b2aa5
treea39c6cc04d60c45a23c40bdf131dfb66c5dac2e0
parent2dbb308426e58f216062f338d98f6931e7480913
Reify required authority fixed field names

Adam (and Art, by way of Adam's patch) added a goodly pile of fixed
field definitions that were lacking previously.  The change in this
commit simply changes the label of two (008/11 and 008/15) to those
in use by other parts of the code.  In particular, internally, we call
the field holding a thesaurus code value "Subj" and use that name during
ingest of authority records.  Therefore, that should not change.  This
required a subsequent change to the label of another, to SubjUse.

I've included a duplication in the backend-only (probably deprecated)
version of this mapping to allow the front-end labels to work.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/javascript/backend/catalog/fixed_fields.js
Open-ILS/web/js/dojo/MARC/FixedFields.js