From e1f418e578c6583e2dd5c9f725faa6bb6a0bfe0d Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 24 Jan 2008 18:31:05 +0000 Subject: [PATCH] fixing authority validation with the new input/output methods for the gateway git-svn-id: svn://svn.open-ils.org/ILS/trunk@8496 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 443004eddc..49d87c9fe9 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1842,7 +1842,7 @@ function validateAuthority (button) { 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; -- 2.43.2