This commit is contained in:
Yuri Kuznetsov
2022-06-26 11:50:01 +03:00
parent 2c7249f12d
commit 2c87d47507
+3 -1
View File
@@ -1600,7 +1600,9 @@ define(
return;
}
if (options && options.previousDataList) {
options = options || {};
if (options.previousDataList) {
let currentDataList = this.collection.models.map(model => {
return Espo.Utils.cloneDeep(model.attributes);
});