[open-ils-commits] r19015 - trunk/Open-ILS/xul/staff_client/server/cat (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 17 23:47:17 EST 2010
Author: dbs
Date: 2010-12-17 23:47:14 -0500 (Fri, 17 Dec 2010)
New Revision: 19015
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
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.
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2010-12-17 19:27:31 UTC (rev 19014)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2010-12-18 04:47:14 UTC (rev 19015)
@@ -2347,7 +2347,7 @@
page = 0;
}
- var url = '/opac/extras/startwith/marcxml/'
+ var url = '/opac/extras/browse/marcxml/'
+ type
+ '/1' // OU - currently unscoped
+ '/' + sf.toString()
More information about the open-ils-commits
mailing list