-
Notifications
You must be signed in to change notification settings - Fork 26
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
Objects API "contract" feature - release blockers #4019
Comments
Refinement: Decided this should be done (and remove the productaanvraag field from the v2 config form) |
For the first checkbox:
open-forms/src/openforms/registrations/contrib/objects_api/submission_registration.py Lines 333 to 350 in c963f22
|
The variable for file components has type 'array', but if only one file can be uploaded we want to be able to map it to attributes of type 'string' in the JSON schema. If multiple files can be uploaded, then we map it to 'array' attributes
The variable for file components has type 'array', but if only one file can be uploaded we want to be able to map it to attributes of type 'string' in the JSON schema. If multiple files can be uploaded, then we map it to 'array' attributes
…fields [#4019] Mapping file uploads in Object API registration (frontend)
Follow up from #3688, these aspects should land in the 2.6 release
The text was updated successfully, but these errors were encountered: