This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Remove legacy scaffold links from edit forms after Rails Admin has been set up #957
Closed
Description
If you delete a user (from the link on the bottom of the "Edit User" form, e.g. /users/ID/edit
), it tries to redirect you to the no longer existing user page (e.g. /users/ID
). This should redirect to the users index, most likely (e.g. /users
). Should be a quick fix.
This may become a non-issue once we have Rails Admin running and no longer need to have that functionality present in the general UI. Also, this may extend to the delete link for other models, that should be investigated.
Activity