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
Currently if the user sends duplicate entries to the soilDataPush mutation we just apply the entries. Ideally clients should only specify entities once, to make intent unambiguous, and not doing so could be a smell that there's a client bug on the loose, so we should reject such requests. As it stands that could mean:
sending duplicate sites
sending duplicate depth dependent data entries
sending duplicate depth intervals for update or deletion
The text was updated successfully, but these errors were encountered:
Currently if the user sends duplicate entries to the
soilDataPush
mutation we just apply the entries. Ideally clients should only specify entities once, to make intent unambiguous, and not doing so could be a smell that there's a client bug on the loose, so we should reject such requests. As it stands that could mean:The text was updated successfully, but these errors were encountered: