eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

Frontend new extended subscription overlay not opening the correct technical user by ID #819

Closed jjeroch closed 1 month ago

jjeroch commented 1 month ago

Description:

The frontend new extended subscription overlay is designed to display multiple technical users. However, when clicking on a technical user, the overlay always opens with the same technicalUserID, instead of displaying the correct technical user details based on the clicked user.

Steps to Reproduce:

  1. Open the frontend new extended subscription overlay.
  2. Click on any of the technical users displayed.

Expected Result:

The overlay should open with the details of the clicked technical user.

Actual Result:

The overlay always opens with the details of the technical user associated with the same technicalUserID, regardless of which technical user is clicked.

Additional Information: