@trudb/tru-common-lib 0.2.472 → 0.2.473

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.
@@ -8227,7 +8227,7 @@ class TruDataChangeParser {
8227
8227
  delete originalValues[key];
8228
8228
  }
8229
8229
  }
8230
- else {
8230
+ else if (change.modifiedRef.toString() !== this.user.activeUserRef.toString()) {
8231
8231
  let value = this.checkIfDateTime(change.properties[key], entity[key], entityType.typeName);
8232
8232
  let modifiedBy = change.modifiedBy;
8233
8233
  let hid = change.properties[key + 'HID'];