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
When saving an Interaction of the interactionType "accept_descriptor_from_quick_list", if the rankingPosition field is missing, it should report an error to the client and must not save the interaction in the database.
Please describe the actual behaviour
The error is not being reported and the interaction is being saved in the database.
What steps can be taken to reproduce the issue?
Try to save an interaction of the type accept_descriptor_from_quick_list without the rankingPosition field
Possible ways to fix the problem (programmers)
Validation before the recordInteractionOverAResource is called.
The text was updated successfully, but these errors were encountered:
Dendro Version if known (or site URL)
master
Please describe the expected behaviour
When saving an Interaction of the interactionType "accept_descriptor_from_quick_list", if the rankingPosition field is missing, it should report an error to the client and must not save the interaction in the database.
Please describe the actual behaviour
The error is not being reported and the interaction is being saved in the database.
What steps can be taken to reproduce the issue?
Try to save an interaction of the type accept_descriptor_from_quick_list without the rankingPosition field
Possible ways to fix the problem (programmers)
Validation before the recordInteractionOverAResource is called.
The text was updated successfully, but these errors were encountered: