summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-08-14 08:08:44 +0200
committerByron Jones <glob@mozilla.com>2014-08-14 08:08:44 +0200
commit8cb02d65aa87806f8ed5e17347cbd355334ec295 (patch)
tree5686b0278b8df364e88a2f1fe4f807ab80fa2bc6 /js
parent2cb85ad6cba30c44bdaf3d9c5cc7c1ad1fadd416 (diff)
downloadbugzilla-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar.gz
bugzilla-8cb02d65aa87806f8ed5e17347cbd355334ec295.tar.xz
Bug 1048703: Bug.search_comment_tags returns "Invalid params for JSONRPC 1.0."
r=sgreen,a=glob
Diffstat (limited to 'js')
-rw-r--r--js/comment-tagging.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/comment-tagging.js b/js/comment-tagging.js
index f488000e1..b6f02f00e 100644
--- a/js/comment-tagging.js
+++ b/js/comment-tagging.js
@@ -52,6 +52,7 @@ YAHOO.bugzilla.commentTagging = {
YAHOO.bugzilla.commentTagging.counter = YAHOO.bugzilla.commentTagging.counter + 1;
YAHOO.util.Connect.setDefaultPostHeader('application/json', true);
return YAHOO.lang.JSON.stringify({
+ version: "1.1",
method : "Bug.search_comment_tags",
id : YAHOO.bugzilla.commentTagging.counter,
params : {