@trudb/tru-common-lib 0.2.263 → 0.2.264
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6472,7 +6472,7 @@ class TruDataGridClipboard {
|
|
|
6472
6472
|
})
|
|
6473
6473
|
.forEach((propertyName) => {
|
|
6474
6474
|
if (typeof newEntity.setProperty !== 'undefined')
|
|
6475
|
-
newEntity.setProperty(propertyName, row.getProperty(propertyName));
|
|
6475
|
+
newEntity.setProperty(propertyName, row.$entity.getProperty(propertyName));
|
|
6476
6476
|
});
|
|
6477
6477
|
addEntity(newEntity, false);
|
|
6478
6478
|
});
|