From: miker Date: Thu, 24 Jan 2008 16:31:08 +0000 (+0000) Subject: fixing authority validation with the new input/output methods for the gateway X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a7a66e1c955747fd37b5237a7b23a617f7367749;p=Evergreen.git fixing authority validation with the new input/output methods for the gateway git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8491 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;