-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
P3Low priority tasks.Low priority tasks.triageIssues that require triage attentionIssues that require triage attentiontype: bugA bug that needs fixing!A bug that needs fixing!
Description
Description
The backend currently treats IDs with different cases as separate entities. This is not the standard though and can be unexpected behavior for some folks.
Lowercase and uppercase IDs should be treated as the same.
Reproduction Steps
- Create a form with an upper case ID.
- Try to perform different operations on the form with IDs that have different cases.
For example: try accessing it from the frontend, updating it's content using the api, or deleting it using the api. You should observe changes in behavior based on the case you use during these steps.
Files
No response
Technical Details
The backend simply handles all IDs as they were given, with no attempt at conversion. The backend should attempt to convert all IDs to one unified case.
Metadata
Metadata
Assignees
Labels
P3Low priority tasks.Low priority tasks.triageIssues that require triage attentionIssues that require triage attentiontype: bugA bug that needs fixing!A bug that needs fixing!