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

Issue with verifying Custom Datasets fields #129

Open
MMerzenich opened this issue Nov 4, 2024 · 0 comments
Open

Issue with verifying Custom Datasets fields #129

MMerzenich opened this issue Nov 4, 2024 · 0 comments

Comments

@MMerzenich
Copy link

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.

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

No branches or pull requests

1 participant