Problem/Motivation
During the planning of #3229146: Rename "Account cancellation" to "Account closure" in UI, we decided to split the UI changes and the backwords-compatibility-breaking code changes out into separate issues.
This issue is marked as postponed until the UI text issue has been completed.
Steps to reproduce
Proposed resolution
The aim of #3229146: Rename "Account cancellation" to "Account closure" in UI is to remove the usage of the terms "cancel"/"cancellation" relating to user cancellation, and replace their usage with "close"/"closure". The relevant form classes should be renamed to align with this change, along with updating route and link names.
Remaining tasks
- Decide how much of this we can do in a minor release and how much needs to be done in a major release.
- Rename form classes
UserCancelFormandUserMultipleCancelConfirm. - Rename routes
entity.user.cancel_formanduser.multiple_cancel_confirm. Decide if we should probably take the opportunity to align with the Entity API and usedelete_formanddelete_multiple_formas the route names. - Update the paths
/user/{user}/canceland/admin/people/cancel. - Find any other relevant usage of those terms that needs to be updated.
Comments