eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

fix(admin credential): update document download endpoint #833

Closed nidhigarg-bmw closed 1 month ago

nidhigarg-bmw commented 1 month ago

Description

Update document download functionality on the page /admin-credential

Why

Currently, the document download feature on the page /admin-credential is not functioning correctly. This issue is due to the connection with the outdated backend endpoint {portalhostname}/api/administration/documents/{documentID}. We need to switch to the new provided endpoint {issuercomponenthostname}/credentialRequest/documents/{documentId} located inside the issuer component, instead of the portal backend.

Issue

https://github.com/eclipse-tractusx/portal-frontend/issues/763

Checklist

Please delete options that are not relevant.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud