You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the implementation of eclipse-tractusx/sig-release#555 the endpoint used in registration form step 3 (company role and terms) got enhanced with a new property
Display only those agreement checkmarks as mandatory (*), which have the property "isMandatory":"true" set
allow to click "next" / "submit" even through for "isMandatory":"false" agreements no consent is given
if no consent is given for an agreement "isMandatory":"false" the FE application will submit the consent status "INACTIVE" via the POST /api/registration/application/{applicationId}/companyRoleAgreementConsents endpoint used when the user directs to the next step
The text was updated successfully, but these errors were encountered:
Summary
with the implementation of eclipse-tractusx/sig-release#555 the endpoint used in registration form step 3 (company role and terms) got enhanced with a new property
Endpoint:
GET /api/registration/companyRoleAgreementData
Enhanced with "isMandatory":"{true or false}"
Details of the change
Adjust UI and logic.
"isMandatory":"true"
set"isMandatory":"false"
agreements no consent is given"isMandatory":"false"
the FE application will submit the consent status "INACTIVE" via thePOST /api/registration/application/{applicationId}/companyRoleAgreementConsents
endpoint used when the user directs to the next stepThe text was updated successfully, but these errors were encountered: