@trudb/tru-common-lib 0.2.77 → 0.2.79
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.
|
@@ -6511,7 +6511,7 @@ class TruGridValidationDialog {
|
|
|
6511
6511
|
onAccept = () => {
|
|
6512
6512
|
let entity = this.config.entity;
|
|
6513
6513
|
let originalValues = entity.entityAspect.originalValues;
|
|
6514
|
-
let propertyName = this.config.propertyName;
|
|
6514
|
+
let propertyName = this.config.propertyConfig.propertyName;
|
|
6515
6515
|
entity[propertyName] = this.config.mergeData?.get(propertyName).value;
|
|
6516
6516
|
this.config.mergeData?.clear(propertyName);
|
|
6517
6517
|
if (originalValues.hasOwnProperty(propertyName) && (Object.keys(originalValues).length === 0 && originalValues.constructor === Object))
|