Skip to content

Issue with verifying Custom Datasets fields #129

@MMerzenich

Description

@MMerzenich

During the development and with the code, there were some major issues with our own Formulars which we tried to connect and send data.
Until I noticed on RecordCommands.cs | Line 216 " recordFields[f.FieldName] = f;"

It created only entries in the array with only the type of field instead of the Name of the field. Which makes it harder to distuingish the mulitple custom text fields.

I suggest to fix this issue only to change line 216 to recordFields[f.FieldLabel], which solved my issue on working with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions