From 53dfa5024653b47454f7f37fe1a1022cca083a74 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 30 Jan 2011 04:31:56 +0000 Subject: [PATCH] Use the browse method instead of startwith for Manage Authorities, too Now that the browse method is working properly, adopt it for the Manage Authorities interface as well so that context around the search term can be provided. git-svn-id: svn://svn.open-ils.org/ILS/trunk@19333 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/cat/authority/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/cat/authority/list.js b/Open-ILS/web/js/ui/default/cat/authority/list.js index 98baeffb85..2500872065 100644 --- a/Open-ILS/web/js/ui/default/cat/authority/list.js +++ b/Open-ILS/web/js/ui/default/cat/authority/list.js @@ -325,7 +325,7 @@ function displayRecords(parms) { dojo.query("#authlist-div div").orphan(); - var url = '/opac/extras/startwith/marcxml/' + var url = '/opac/extras/browse/marcxml/' + dijit.byId('authAxis').attr('value') // + '/' + dijit.byId('authOU').attr('value') + '/1' // replace with preceding line if OUs gain some meaning -- 2.11.0