You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked all open bugs and none of them matched my problem.
Reproducible test case
No response
Please select the environment(s) that are relevant to your bug report
Browsers
Node
Deno
Versions
1.3.1
What happened?
In theory, a field configured in the fields constructor option can be matched to multiple project fields when using the matchFieldName constructor option. The same is true for matching field options and the matchFieldOptionValue option.
I think right now the first match wins. But what we should do instead in both cases is to match all fields / field options respectively and verify that there is exactly one match. We throw an error if there is no match. We should also throw an error if there is more than one match
Would you be interested in contributing a fix?
yes
The text was updated successfully, but these errors were encountered:
Please avoid duplicates
Reproducible test case
No response
Please select the environment(s) that are relevant to your bug report
Versions
1.3.1
What happened?
In theory, a field configured in the
fields
constructor option can be matched to multiple project fields when using thematchFieldName
constructor option. The same is true for matching field options and thematchFieldOptionValue
option.I think right now the first match wins. But what we should do instead in both cases is to match all fields / field options respectively and verify that there is exactly one match. We throw an error if there is no match. We should also throw an error if there is more than one match
Would you be interested in contributing a fix?
The text was updated successfully, but these errors were encountered: