This commit is contained in:
Yuri Kuznetsov
2022-02-17 18:24:45 +02:00
parent 932e5ce461
commit bfddc4ba90
+1 -1
View File
@@ -1600,7 +1600,7 @@ define(
return;
}
if (options.previousDataList) {
if (options && options.previousDataList) {
let currentDataList = this.collection.models.map(model => {
return Espo.Utils.cloneDeep(model.attributes);
});