Content
View differences
**As** a system operator
**I want to** delete old versions of semantic project identifiers, which are still resolved by the system after rename operations
**so that** I may use the name for new or existing project.
**Acceptance criteria**
* `/admin/settings/project_reserved_identifiers` is updated support semantic mode, listing only reserved semantic identifiers
**Technical notes**
* We need to:
* Delete that old slug from the `FriendlyId` table
* Delete all relevant entries from the `WorkPackageAlias` table
* ? any more data cleanup needed ? (in ideal state, we shouldn't need to do anything else)
**I want to** delete old versions of semantic project identifiers, which are still resolved by the system after rename operations
**so that** I may use the name for new or existing project.
**Acceptance criteria**
* `/admin/settings/project_reserved_identifiers` is updated support semantic mode, listing only reserved semantic identifiers
**Technical notes**
* We need to:
* Delete that old slug from the `FriendlyId` table
* Delete all relevant entries from the `WorkPackageAlias` table
* ? any more data cleanup needed ? (in ideal state, we shouldn't need to do anything else)