From: dbs Date: Sat, 18 Dec 2010 04:47:14 +0000 (+0000) Subject: Provide starting context for authority browse in MARC Editor context menu X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=011ae565f4a26b8a316876437d9aa01c88d8bcf2;p=contrib%2FConifer.git Provide starting context for authority browse in MARC Editor context menu Using the browse interface instead of startwith provides a first page of results that shows some of the authority entries that precede the first alphabetical match for the chosen term. Context is good. git-svn-id: svn://svn.open-ils.org/ILS/trunk@19015 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 46b3db6593..e07a24099c 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -2347,7 +2347,7 @@ function browseAuthority (sf_popup, menu_id, target, sf, limit, page) { page = 0; } - var url = '/opac/extras/startwith/marcxml/' + var url = '/opac/extras/browse/marcxml/' + type + '/1' // OU - currently unscoped + '/' + sf.toString()