• 
      

    Change the way that StarManagerView listens for clicks.

    Review Request #10711 — Created Sept. 11, 2019 and submitted

    Information

    Review Board
    release-3.0.x
    43387bc...

    Reviewers

    The StarManagerView used Backbone's events object to listen for clicks
    on individual stars. Unfortunately the way that these events are bound
    caused some event handler ordering issues with other work on the
    dashboard to support clicking on cells which don't contain explicit
    links. Changing it so that handler is attached using $.on directly on
    the element fixes this.

    Toggled stars in the dashboard and on review request pages.

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