From: Bill Erickson Date: Mon, 17 Dec 2018 20:53:01 +0000 (-0500) Subject: JBAS-2162 Add heading normalizers to sample data exports X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ac41451137274b4b5b00858a9153bb4244b35a56;p=working%2FEvergreen.git JBAS-2162 Add heading normalizers to sample data exports Signed-off-by: Bill Erickson --- diff --git a/KCLS/sql/sample-data/tools/export-tables.txt b/KCLS/sql/sample-data/tools/export-tables.txt index 9bf07fb8ea..3f4b1de3fb 100644 --- a/KCLS/sql/sample-data/tools/export-tables.txt +++ b/KCLS/sql/sample-data/tools/export-tables.txt @@ -66,6 +66,7 @@ authority.control_set authority.control_set_authority_field authority.control_set_bib_field authority.control_set_bib_field_metabib_field_map +authority.heading_field_norm_map authority.display_5xx_headings authority.heading_field authority.thesaurus diff --git a/Open-ILS/web/js/ui/kcls/cat/authority/list.js b/Open-ILS/web/js/ui/kcls/cat/authority/list.js index c40dcc8794..968147fc8b 100644 --- a/Open-ILS/web/js/ui/kcls/cat/authority/list.js +++ b/Open-ILS/web/js/ui/kcls/cat/authority/list.js @@ -447,7 +447,7 @@ function displayRecords(parms) { + dijit.byId('authAxis').attr('value') // + '/' + dijit.byId('authOU').attr('value') + '/1' // replace with preceding line if OUs gain some meaning - + '/' + dijit.byId('authTerm').attr('value') + + '/' + encodeURIComponent(dijit.byId('authTerm').attr('value')) + '/' + dijit.byId('authPage').attr('value') + '/' + '20' // 20 results per page ;