Add ThirdPartyHasEmail validator

Introduce a new validator that ensures a third party has an email address, including the corresponding translation for error messaging and unit tests to verify its functionality.
This commit is contained in:
2024-10-03 17:14:42 +02:00
parent a563ba644e
commit da6589ba87
5 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
thirdParty:
thirdParty_has_no_email: Le tiers {{ thirdParty }} n'a pas d'adresse email configurée.