From: dbs Date: Sun, 30 Jan 2011 05:20:33 +0000 (+0000) Subject: Use the browse method instead of startwith for Manage Authorities, too X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32ebb7b1231cdf42eb7b66b37c66026d1795e9a0;p=working%2FEvergreen.git 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/branches/rel_2_0@19336 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 0e5c5c9503..b0edf2d60e 100644 --- a/Open-ILS/web/js/ui/default/cat/authority/list.js +++ b/Open-ILS/web/js/ui/default/cat/authority/list.js @@ -337,7 +337,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