-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't reuse names of deleted accounts #995
Comments
This is trickier to solve than I thought at first. My two main points are:
With these, I arrive at the following:
@malfynnction What do you think about this? Should we discuss and document the frontend implementation for what would be needed here? Thanks to @ekeih for discussing this with me from a user perspective. |
This is both a bug and describes a possible enhancement: BugThere is currently no way via the API to re-use names since soft deleted resources cannot be restored or permanently deleted. This will be fixed by allowing to query, un-delete and permanently delete soft-deleted resources. FeatureIntroduce the trashbin-like mechanism with an expiration of 30 days described above that automatically cleans up deleted resources. This should be disabled by default for now, since enabling it will be a breaking change. This is tracked in #1025 now. |
Describe the bug
If I want to reuse the name of a deleted account, I get the error message
the account name must be unique for the budget
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Deleted accounts should not be considered for name uniqueness
The text was updated successfully, but these errors were encountered: