Added simple redirect to info page, when scanning an QR code.

This commit is contained in:
Jan Böhmer 2020-04-26 18:59:49 +02:00
parent 2768eb1745
commit c200b650a0
4 changed files with 95 additions and 10 deletions

View file

@ -63,6 +63,7 @@ class BarcodeContentGenerator
return $this->urlGenerator->generate('scan_qr', [
'type' => $type,
'id' => $target->getID(),
'_locale' => null,
], UrlGeneratorInterface::ABSOLUTE_URL);
}