-
Notifications
You must be signed in to change notification settings - Fork 140
[MOSIP-23551] Added validators for doctype and docCat Fileds in Valid document #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
[MOSIP-23551] Added validators for doctype and docCat Fileds in Valid document #1180
Conversation
…cument entity Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
| public static final String INVALID_DOC_CAT_CODE = "DocCategory is Invalid"; | ||
| public static final String INVALID_DOC_TYPE_CODE ="DocType is Invalid"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be error message or error code?
| return properties; | ||
| } | ||
|
|
||
| @Bean("DocCatCodes") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let the bean name start with lowercase
| return getDocCatCodes(); | ||
| } | ||
|
|
||
| @Bean("DocTypeCodes") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let the bean name start with lowercase
| mosip.kernel.config.server.file.storage.uri=https://qa3.mosip.net/config/print/mz/qa3-1.1.5/ | ||
| mosip.admin.identityMappingJson=identity-mapping.json | ||
| mosip.admin.applicant-details.exposed-identity-fields=dob,applicantPhoto | ||
| mosip.admin.doccodes-cleanup.fixed-rate=24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a comment to specify the value unit? and also what codes are cleaned.
No description provided.