Skip to content
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

Validate schema when allowing custom fields to be edited #81

Open
AritroSaha10 opened this issue Feb 13, 2024 · 0 comments
Open

Validate schema when allowing custom fields to be edited #81

AritroSaha10 opened this issue Feb 13, 2024 · 0 comments
Labels

Comments

@AritroSaha10
Copy link
Collaborator

When we're allowing custom fields to be edited, make sure to also enforce the schema. For example, it's possible to update an integer field to a decimal, which is not so great. It's not a fatal flaw right now, but when we expand to include more types like timestamps, it'll probably become a much larger issue if someone accidentally somehow edits it to a different type and the main ticket page breaks due to bad type conversion.

Low priority since I can only see this becoming a big issue for Haunted House

@AritroSaha10 AritroSaha10 added bug Something isn't working frontend backend labels Feb 13, 2024
@AritroSaha10 AritroSaha10 self-assigned this Feb 13, 2024
@AritroSaha10 AritroSaha10 removed their assignment Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant