[open-ils-commits] r8491 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jan 24 11:57:48 EST 2008
Author: miker
Date: 2008-01-24 11:31:08 -0500 (Thu, 24 Jan 2008)
New Revision: 8491
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/marcedit.js
Log:
fixing authority validation with the new input/output methods for the gateway
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/marcedit.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-01-24 16:25:30 UTC (rev 8490)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/marcedit.js 2008-01-24 16:31:08 UTC (rev 8491)
@@ -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