Skip to content
New issue

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

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

Closed
matbmoser opened this issue Feb 7, 2024 · 0 comments · Fixed by #225
Closed

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

matbmoser opened this issue Feb 7, 2024 · 0 comments · Fixed by #225
Labels
bug Something isn't working

Comments

@matbmoser
Copy link
Contributor

matbmoser commented Feb 7, 2024

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:

import { QrcodeStream } from "vue3-qrcode-reader";

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.

@matbmoser matbmoser added the bug Something isn't working label Feb 7, 2024
@matbmoser matbmoser changed the title QR Code import is missing in Search View QR Code import is missing in Search View in v2.1.1 Feb 7, 2024
@github-project-automation github-project-automation bot moved this from Planning to Done in Digital Product Pass Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant