Fix a regression with event names in the unified banner.

Review Request #12924 — Created March 27, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

The change to prep for spina 2 and renaming event handlers to not use
ES6-private methods had some errors, preventing the mode switcher
drop-down from working correctly. This change fixes up the method names.

  • Verified that the drop-down menu worked again.
  • Audited event handler names to make sure we didn't have any other
    similar issues.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix a regression with event names in the unified banner.
The change to prep for spina 2 and renaming event handlers to not use ES6-private methods had some errors, preventing the mode switcher drop-down from working correctly. This change fixes up the method names. Testing Done: - Verified that the drop-down menu worked again. - Audited event handler names to make sure we didn't have any other similar issues.
22e8357b630ee2b66d306c85acb45ebeb0806030 David Trowbridge
reviewboard/static/rb/js/reviews/views/unifiedBannerView.ts
Loading...