-
Notifications
You must be signed in to change notification settings - Fork 22
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
Registration process - Update Required attribute to allow optional for SubmitDocumentTypeIds in RegistrationSettings #828
Comments
Hello @jjeroch, can you confirm that we can make the "Submit document" step in the registration process optional? We don't want to use it given the current Cofinity-X registration process, but it is required by the Portal backend. Please give us a thumbs up so our teams can start collaborating on the technical solution! |
@dhiren-singh-007 Can you add the suggestion of @evegufy to the acceptance criteria?
|
Hi @ntruchsess : Did you get a chance to look into this ? |
The ticket is getting analysed internally now. Feedback will be provided shortly. Please also share if you contribute to this ticket with code or not. This is currently not clear. If you contribute, please share already your idea to solve the issue. |
Thanks @jjeroch for the update. I am happy to contribute .I will share the PR. |
@jjeroch @ntruchsess : Can you please check this PR . |
Description
As an Operator, we discovered that we don’t necessarily need documents to be submitted during registration.
We manage all the documents during the sales process before the Portal registration process.
We want to make the document submission step optional.
Acceptance Criteria
Additional Information
In portal BE file
src/registration/Registration.Service/BusinessLogic/RegistrationSettings.cs
We have to updateRequired
attribute to handle null or empty value forSubmitDocumentTypeIds
and handle the null or blank array for this variable.The text was updated successfully, but these errors were encountered: