• 
      

    Fix integration popup not disappearing on button click

    Review Request #11276 — Created Nov. 12, 2020 and submitted

    Information

    Djblets
    release-2.0.x

    Reviewers

    In RB 4.0.x, the popup that comes up after selecting an integration's Delete
    button fails to disappear after deleting the integration and after selecting
    the cancel button. The issue was that in RB 3.0.x, we are using
    <input type="button"> to construct the buttons and from RB 4.0.x and
    onwards we are using the <button> tags instead. I've added a condition so
    that the popup can be destroyed even if the <button> tags are used.

    Manual testing done with the following repo pairs:
    - Tested Djblets release-2.0.x with RB release 4.0.x
    - Tested Djblets master with RB master

    Summary ID Author
    Fix integration popup not disappearing on button click issue
    a2635f355648b9c79f296d028b212f0b960133cd HailanXyouknow
    hailan
    hailan
    david
    1. Ship It!
    2. 
        
    hailan
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (34b2d14)