This commit is contained in:
parent
ee40eaf6b9
commit
be519bc4c4
2 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ public class CompanyValidationConfig {
|
|||
addImdg.accept(IMDGDistributedNames.Map_LegalKindDictionary);
|
||||
addImdg.accept(IMDGDistributedNames.Map_LegalKindDictionary);
|
||||
addImdg.accept(IMDGDistributedNames.Map_OrganizationTypeDictionary);
|
||||
addImdg.accept(IMDGDistributedNames.Map_ResidenceDictionary);
|
||||
return new ValidatorImpl<>(context,
|
||||
// FieldRequiredRule.instance("id", CommonDeleteRequest::getId, CompanyErrors.RequiredFieldEmpty),
|
||||
IdPresentRule.instance("id",
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ public class ValidationConfig {
|
|||
|
||||
addImdg.accept(IMDGDistributedNames.Map_SettlementHouseProperties, SettlementHouseProperties.class);
|
||||
addImdg.accept(IMDGDistributedNames.Map_CurrencyCodeDictionary, CurrencyCodeDictionary.class);
|
||||
addImdg.accept(IMDGDistributedNames.Map_ResidenceDictionary, CurrencyCodeDictionary.class);
|
||||
|
||||
return imdg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue