-
**Describe the bug**
Consider the following endpoint using multipart form:
```
public record Request(string FirstName, string LastName);
public static async Task>
UpdateEmployerProfile(
[F…
-
**Describe the bug**
The dropdown in the **Export** db menu does not show all the schemas for a given database.
It only shows default schemas. **Not selecting the right schema is blocking me from ex…
-
### Description of the bug
Hi
I am using thd `pipeline schema builder` tool as part of the Hello Nextflow tutorial and have found a bug related to help text input. When clicking on the help text ico…
-
Hello there.
I have a POST endpoint called /vehicles which has been implemented as multipart/form-data and accepts 3 properties, namely-
- files (json file uploaded by client)
- vehicleType (alph…
-
I have a `values.schema.json` file, which has an external JSON schema reference, like this:
```json
{
"type": "object",
"properties": {
"importers": {
"type": "object",
…
-
Hi.
I used the values.schema.json for a tool that creates a form to fill the values. It expects something like:
"properties": {
"size": {
"type"…
-
There are several issues with the current database:
1. The dh10application table is not the application table for change ironically. What happens if a new form field is added? Or an old form field re…
fvcci updated
1 month ago
-
## Short description
- Allow multiple answers for each field
- Schema designer will be able to control whether a specified data field can accept multiple answers
## Examples
1. Multiple uploads in …
-
**Describe the bug**
A clear and concise description of what the bug is.
When creating a new hanging protocol, any value that is an array with at least an object structure inside of it will raise …
-
Hello! I have a remix-forms `Form` setup like so
```
```
It works great except for the fact that the hidden `conditionEventType` field is not being sent to the action -- only the inputs that …