Cloning any record auto saves it, which is not desired what's desired is taking the user to the /create/clone/:id page which has almost all the data and the user can modify the data and then save it! What happens now is ignores all images, and relational fields and auto-saves the duplicate which looks like bad UX.
What is expected is it routes the user to "/create/clone" with a warning like before for relational fields, and lets them change the content and then save it, same as before in older versions