Logic was broken when attempting to duplicate mailboxes, where infos were sent to dimail before checking for uniqueness.
Proposal
I'd rather add this logic to a validate function in serializer, but that would require some heavier refacto (addition of domain in serializer or at least in context)
Purpose
Logic was broken when attempting to duplicate mailboxes, where infos were sent to dimail before checking for uniqueness.
Proposal
I'd rather add this logic to a
validate
function in serializer, but that would require some heavier refacto (addition of domain in serializer or at least in context)