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

Why sent file uploads to the backend for evaluation? #60

Open
kitzberger opened this issue Jan 2, 2022 · 0 comments
Open

Why sent file uploads to the backend for evaluation? #60

kitzberger opened this issue Jan 2, 2022 · 0 comments
Milestone

Comments

@kitzberger
Copy link
Contributor

Since only fields of the types

  • input
  • textarea
  • select
  • radio
  • check

can be selected as start_field why sent all inputs to the backend for evaluation purposes? In #59 we've created a way to exclude certain types from being submitted to the condition.json route. But now I'm thinking about whether it might be even better to exclude file fields per default when they can't be used in conditions anyway. @einpraegsam, what's your opinion on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants