From ac41451137274b4b5b00858a9153bb4244b35a56 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 17 Dec 2018 15:53:01 -0500 Subject: [PATCH] JBAS-2162 Add heading normalizers to sample data exports Signed-off-by: Bill Erickson --- KCLS/sql/sample-data/tools/export-tables.txt | 1 + Open-ILS/web/js/ui/kcls/cat/authority/list.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 ; -- 2.11.0