[open-ils-commits] r19333 - trunk/Open-ILS/web/js/ui/default/cat/authority (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Jan 29 23:31:59 EST 2011
Author: dbs
Date: 2011-01-29 23:31:56 -0500 (Sat, 29 Jan 2011)
New Revision: 19333
Modified:
trunk/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: trunk/Open-ILS/web/js/ui/default/cat/authority/list.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/cat/authority/list.js 2011-01-30 04:22:08 UTC (rev 19332)
+++ trunk/Open-ILS/web/js/ui/default/cat/authority/list.js 2011-01-30 04:31:56 UTC (rev 19333)
@@ -325,7 +325,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