Fix for Issue 2327: Added filter in FileDiffCommentResource to select diff comments that match only one file id
Review Request #3377 — Created Sept. 29, 2012 and submitted — Latest diff uploaded
Adding filter to FillDiffCommentResource to only fetch comments for requested file, and not an entire list of comments for every file in a given diffset. Fixes bug 2327. Reviewed at http://reviews.reviewboard.org/r/3372/
Manual testing: following the steps described in the issue will no longer produce the issue. -checked that this did not affect alternate method for fetching diff comments (ie fetching specific comments for a given diffset)