4.2.10
Fixes
- Duplicate row action now duplicates the form. Clicking Duplicate on the forms list used to drop the user into the editor for the original form because the duplicate URL carries a
form_idand the overview page short-circuited into the editor before the list table could run its single-row action handler. The overview now processesaction=duplicate_singlefirst, clones the form, and redirects back to the list with?duplicated=1.