Cannot create instance with same name when deleted #167
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Recreating a service instance with the same name as a former deleted instance doesn't work.
Steps to Reproduce
This will not work with "An instance with this name already exists in this organization. Please choose a different name."
Expected Behavior
Deleted service instances should not block creating an instance with the same name again.
Possible Solution
Actually delete the service instance in the database; don't just mark it as deleted.
We might want to record the deleted instance somewhere for future reference. Maybe it's time to introduce auditlog?