• 
      

    Fix the data sent with cross-tab reload events.

    Review Request #13102 — Created June 7, 2023 and submitted — Latest diff uploaded

    Information

    Review Board
    release-6.x

    Reviewers

    I fat-fingered a rebase, resulting in the cross-tab reload event being
    broken. The getReloadData() implementation within the
    ReviewablePageView got moved to another class, which meant that the
    reload data was always null. This meant that all tabs would force a
    reload, including the dashboard and other review requests.

    Published a review from one tab and verified that the data sent with the
    reload event to other tabs once again included the review request ID,
    and that non-matching tabs didn't force a reload.

    Commits

    Files