[open-ils-commits] r8497 - branches/acq-experiment/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 24 13:58:55 EST 2008


Author: miker
Date: 2008-01-24 13:32:14 -0500 (Thu, 24 Jan 2008)
New Revision: 8497

Modified:
   branches/acq-experiment/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
fixing authority validation with the new input/output methods for the gateway

Modified: branches/acq-experiment/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/acq-experiment/Open-ILS/xul/staff_client/server/cat/marcedit.js	2008-01-24 18:31:05 UTC (rev 8496)
+++ branches/acq-experiment/Open-ILS/xul/staff_client/server/cat/marcedit.js	2008-01-24 18:32:14 UTC (rev 8497)
@@ -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 += '&param="term"&param="' + term + '"';
 	url += '&param="limit"&param=' + limit;
 	url += '&param="tag"&param=' + tag;



More information about the open-ils-commits mailing list