We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
digital-product-pass/src/views/SearchView.vue
Line 107 in 5f50095
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
digital-product-pass/src/views/SearchView.vue
Line 107 in 5f50095
it must be this:
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.
The text was updated successfully, but these errors were encountered: