Skip to content
Snippets Groups Projects
Verified Commit 11477c23 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: QR Code

parent fae65604
No related branches found
No related tags found
2 merge requests!47Release v0.4.0,!43qrcode
Pipeline #14277 passed
......@@ -150,7 +150,7 @@ var ext_qrcode = function ($, connection, getEntityVersion, getEntityID, QRCode,
const entity_id = getEntityID(entity);
const entity_version = getEntityVersion(entity);
$(entity).find(`.${_buttons_list_class}`).append(create_qrcode_button(entity));
$(entity).find(`.${_buttons_list_class}`).append(create_qrcode_button(entity_id, entity_version));
}
var remove_qrcode_button = function (entity) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment