Activity log for bug #269386

Date Who What changed Old value New value Message
2008-09-12 12:35:08 Graham Binns bug added bug
2008-09-12 12:36:49 Graham Binns description At the moment, BugzillaLPPlguin.fetchComments() passes dict(bug_ids=[...], ids=[...]) to the Launchpad.comments() API method on the remote Bugzilla. Instead, it should be passing dict(bug_ids=[...], comment_ids=[...]); `ids` is out of date; `comment_ids` is the correct parameter name. At the moment, BugzillaLPPlguin.fetchComments() passes dict(bug_ids=[...], ids=[...]) to the Launchpad.comments() API method on the remote Bugzilla. Instead, it should be passing dict(bug_ids=[...], comment_ids=[...]); `ids` is out of date; `comment_ids` is the correct parameter name. Note that this bug masked bug 269382 and bug 269384; it'll probably only be fixable once those bugs are fixed since to fix it now - at least for Bugzilla 3.2 instances (bug 269384) - would actually make things worse.
2008-09-12 12:38:22 Graham Binns malone: status New Triaged
2008-09-12 12:38:22 Graham Binns malone: importance Undecided Medium
2008-09-12 12:38:22 Graham Binns malone: statusexplanation Marking this medium priority since it's a performance issue (we get all comments for a bug instead of just one) but not a major one.
2011-09-28 03:21:51 Curtis Hovey launchpad: importance Medium Low