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
Change that. The above functions should stop execution immediately if they find an ID in the argument Array that refers to a non existing record. An informative Error should be thrown in this case: ID ${currId} has no existing record in data model ${model.definition.model}
Change names of the helper functions so they remain informative:
Currently the helper functions
checkExistence
andassocArgsAreExistingIDs
return a boolean value.
Change that. The above functions should stop execution immediately if they find an ID in the argument Array that refers to a non existing record. An informative Error should be thrown in this case:
ID ${currId} has no existing record in data model ${model.definition.model}
Change names of the helper functions so they remain informative:
checkExistence
->validateExistence
assocArgsAreExistingIDs
->validateAssociationArgsExistence
The text was updated successfully, but these errors were encountered: