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 multiple uniq: true used - a validation request is sent, combining criteria into single query object.
This is not how it should be achieved. For each uniq criteria in Model we should send separate requests to guarantee uniqueness. (until we deliver this one #43 )