Move the Issue Summary Table into reviewRequestPage.

Review Request #9097 — Created July 23, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
d1e5ec2...

Reviewers

The Issue Summary Table was managed within ReviewRequestEditorView,
but it only existed on the review request page. This meant that the
editor had to conditionally manage the table, which wasn't really
necessary.

The table is now managed by the review request page's view instead. Like
other views in reviewRequestPage/, this now has a
RB.ReviewRequestPage. prefix, helping to keep it organized and its
purpose clear.

Tested that the issue summary table still loaded and that all filtering
worked. Also tested that clicking an issue caused the appropriate entry
box to expand.

    Loading...