[open-ils-commits] r8496 -
trunk/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jan 24 13:57:45 EST 2008
Author: miker
Date: 2008-01-24 13:31:05 -0500 (Thu, 24 Jan 2008)
New Revision: 8496
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
fixing authority validation with the new input/output methods for the gateway
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-01-24 18:30:23 UTC (rev 8495)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-01-24 18:31:05 UTC (rev 8496)
@@ -1842,7 +1842,7 @@
function searchAuthority (term, tag, sf, limit) {
- var url = "/gateway?format=xml&service=open-ils.search&method=open-ils.search.authority.fts";
+ var url = "/gateway?input_format=json&format=xml&service=open-ils.search&method=open-ils.search.authority.fts";
url += '¶m="term"¶m="' + term + '"';
url += '¶m="limit"¶m=' + limit;
url += '¶m="tag"¶m=' + tag;
More information about the open-ils-commits
mailing list