• 
      

    Move the Issue Summary Table into reviewRequestPage.

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

    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.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (4ca3771)