Fix the confirmation button for deleting database entries.
Review Request #13978 — Created June 17, 2024 and submitted — Latest diff uploaded
The button for deleting database entries (such as repositories) no
longer performed any actions in Review Board 7.0. This was due to the
button being defined astype="button"
, rather than the previous
type="submit"
.We now mark this as a submit button instead, ensuring that pressing it
will perform the right action on the form.
Attempted to delete an option and found I could successfully confirm
the deletion.