Fix "Save and add another" in the admin.
Review Request #14968 — Created March 26, 2026 and submitted — Latest diff uploaded
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.