account-service http://jira.mfd.msk:8088/browse/CLS-509 validator bug fix
This commit is contained in:
parent
eccfb27efe
commit
9fb5303754
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public class InformationAccountValidationConfig {
|
||||||
addImdg.accept(IMDGDistributedNames.Map_InformationAccount);
|
addImdg.accept(IMDGDistributedNames.Map_InformationAccount);
|
||||||
addImdg.accept(IMDGDistributedNames.Map_ServiceStatusDictionary);
|
addImdg.accept(IMDGDistributedNames.Map_ServiceStatusDictionary);
|
||||||
addImdg.accept(IMDGDistributedNames.Map_AccountTypeDictionary);
|
addImdg.accept(IMDGDistributedNames.Map_AccountTypeDictionary);
|
||||||
|
addImdg.accept(IMDGDistributedNames.Map_Account);
|
||||||
return new ValidatorImpl<>(context,
|
return new ValidatorImpl<>(context,
|
||||||
IdPresentRule.instance("companyId",
|
IdPresentRule.instance("companyId",
|
||||||
InformationAccountNewRequest::getCompanyId,
|
InformationAccountNewRequest::getCompanyId,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue