mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge branch 'RC-57' of https://github.com/highfidelity/hifi into contextOverlayPositionFix
This commit is contained in:
commit
61a12a70c0
1 changed files with 2 additions and 1 deletions
|
@ -135,9 +135,10 @@
|
|||
|
||||
function setCertificateInfo(currentEntityWithContextOverlay, itemCertificateId) {
|
||||
wireEventBridge(true);
|
||||
var certificateId = itemCertificateId || (Entities.getEntityProperties(currentEntityWithContextOverlay, ['certificateID']).certificateID + "\n");
|
||||
tablet.sendToQml({
|
||||
method: 'inspectionCertificate_setCertificateId',
|
||||
certificateId: itemCertificateId || Entities.getEntityProperties(currentEntityWithContextOverlay, ['certificateID']).certificateID
|
||||
certificateId: certificateId
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue