[open-ils-commits] r19336 - branches/rel_2_0/Open-ILS/web/js/ui/default/cat/authority (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jan 30 00:20:36 EST 2011
Author: dbs
Date: 2011-01-30 00:20:33 -0500 (Sun, 30 Jan 2011)
New Revision: 19336
Modified:
branches/rel_2_0/Open-ILS/web/js/ui/default/cat/authority/list.js
Log:
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.
Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/cat/authority/list.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/cat/authority/list.js 2011-01-30 05:19:15 UTC (rev 19335)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/cat/authority/list.js 2011-01-30 05:20:33 UTC (rev 19336)
@@ -337,7 +337,7 @@
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
More information about the open-ils-commits
mailing list