diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 01:58:42 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-08-05 02:18:44 +0200 |
commit | 8aef88830a0b66fd5ee4bc540b0eed534cad234e (patch) | |
tree | 18c01b068e454f4053e087bf166630ff34d6ba13 /data/tweaks/bug-page-mod.js | |
parent | 961b0907b91f9832a5517ade4b2ec35f918a4658 (diff) | |
download | bugzilla-triage-8aef88830a0b66fd5ee4bc540b0eed534cad234e.tar.gz |
Fix use of RPC calls with Bugzilla 4.4.
Diffstat (limited to 'data/tweaks/bug-page-mod.js')
-rw-r--r-- | data/tweaks/bug-page-mod.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tweaks/bug-page-mod.js b/data/tweaks/bug-page-mod.js index d9a1719..59444ea 100644 --- a/data/tweaks/bug-page-mod.js +++ b/data/tweaks/bug-page-mod.js @@ -183,6 +183,7 @@ function processHistory(history) { // preprocessDuplicateMarkers(document, iframe.contentDocument); /* + * FIXME Perhaps not correct in bugzilla 4.4 * This is an example of the history we get: { "version": "1.1", "result": { * "bugs": [ { "history": [ { "when": "2011-04-04T00:19:04Z", "who": * "cebbert@redhat.com", "changes": [ { "removed": "", "added": |