From 011ae565f4a26b8a316876437d9aa01c88d8bcf2 Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 18 Dec 2010 04:47:14 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.11.0