Wrong uuid #475
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#475
Loading…
Reference in New Issue
Block a user
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?
Status quo
In certain cases a user might have a broken link, where the given UUID is in fact not a valid UUID. Django checks the validity of the parameter and throws a 500 error.
The user is then greeted with the 500 server error message, which is highly confusing, since there is no server error but in fact a client error.
Fix
In this specific case, the user should be informed, that it is highly probable that the used link is invalid for whatever reason. This way we can make sure, that the system is properly running but the user made an error using it.
Merged in #476