Fix the data sent with cross-tab reload events.
Review Request #13102 — Created June 7, 2023 and submitted — Latest diff uploaded
I fat-fingered a rebase, resulting in the cross-tab reload event being
broken. ThegetReloadData()
implementation within the
ReviewablePageView
got moved to another class, which meant that the
reload data was alwaysnull
. 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.