eclipse-tractusx / digital-product-pass

digital product pass
https://github.com/eclipse-tractusx/digital-product-pass
Apache License 2.0
21 stars 11 forks source link

QR Code import is missing in Search View in v2.1.1 #224

Closed matbmoser closed 5 months ago

matbmoser commented 5 months ago

The QR code scanner is not working at all because in a merged PR: https://github.com/eclipse-tractusx/digital-product-pass/pull/179/files#diff-61d5b3d3c59cd37db0a8aa0b5c5b0cdb416a3038e4e643f2925e3435da54a437

It was substituted for the original component.

Therefore it needs to be readded so we can pass our basic E2E Tests

The place that it is missing is the following:

https://github.com/eclipse-tractusx/digital-product-pass/blob/5f5009595e0e1ffd0aab75fef771250b7882809d/src/views/SearchView.vue#L107

it must be this:


import QrcodeStream from "../components/general/QrcodeStrem.vue";

This change needs to be fixed in the version v2.1.1, otherwise the frontend image release will no be able to scan the QR-Codes.