eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Missing "type" field in "uniqueIdentities" payload for Partner Registration #826

Closed jjeroch closed 1 month ago

jjeroch commented 1 month ago

Description: The test UI mockup for the partnerRegistration feature has a bug where the type field inside the uniqueIdentities payload is not getting submitted to the backend. Only the value field is visible in the payload.

Steps to Reproduce:

  1. Login to the INT environment as an operator.
  2. Navigate to the IdP management section.
  3. Click on the "Actions" dropdown and select "Partner Registration".
  4. Fill out all the required fields in the Partner Registration form.
  5. Do not change the pre-selected "uniqueID" value.
  6. Click on the "Submit" button.
  7. Verify the payload sent to the backend. The type field inside the uniqueIdentities is missing.

Expected Behavior: The type field inside the uniqueIdentities payload should be correctly submitted to the backend along with the value field.

Actual Behavior: The type field inside the uniqueIdentities payload is missing, and only the value field is visible in the payload sent to the backend.

Expected Payload

image

Actual Payload

image



reference

image