• 
      

    Fix "Save and add another" in the admin.

    Review Request #14968 — Created March 26, 2026 and submitted

    Information

    Review Board
    release-7.x

    Reviewers

    In admin forms, the "Save and add another" button was doing nothing. It
    turns out that having <button> elements will act as additional submit
    buttons, but <button type="button"> will not.

    Clicked "Save and add another" and saw it work correctly.

    Summary ID
    Fix "Save and add another" in the admin.
    In admin forms, the "Save and add another" button was doing nothing. It turns out that having `<button>` elements will act as additional submit buttons, but `<button type="button">` will not. Testing Done: Clicked "Save and add another" and saw it work correctly.
    knrmkzmnvlzzzwzoywzsyqoqmoxkrmmo
    chipx86
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.x (c211078)