[open-ils-commits] r19018 - branches/rel_2_0/Open-ILS/xul/staff_client/server/cat (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Dec 19 21:21:05 EST 2010


Author: dbs
Date: 2010-12-19 21:21:04 -0500 (Sun, 19 Dec 2010)
New Revision: 19018

Modified:
   branches/rel_2_0/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: branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2010-12-18 06:25:00 UTC (rev 19017)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.js	2010-12-20 02:21:04 UTC (rev 19018)
@@ -2345,7 +2345,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