- Issue created by @bbu23
- First commit to issue fork.
- 🇸🇮Slovenia borutpiletic
@bbu23 Thanks for reporting!
Quick fix to get the qrcode back working: plugin needs to be switched from Google Chart plugin to "QR Code Generator (goQR.me)" in your field storage settings "QR code service plugin".
I have opened a MR which should remove deprecated service and switch all existing fields to use working "goqr" plugin. After applying patch run
drush updb
.When possible I will add additional plugin using a PHP library instead of service for creating qrcode as a default plugin.
- Status changed to Needs review
8 months ago 5:33pm 20 April 2024 - 🇷🇴Romania bbu23
Hi @borutpiletic,
Thank you for the quick reply. Indeed, in the meantime I explored the alternative option and did change manually the field settings, and works as expected with the other provider. Will have to test the MR as well for when we don't switch manually. Thanks!!