mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -1956,7 +1956,9 @@ function (Dep, MassActionHelper, ExportHelper) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (options && options.previousDataList) {
|
||||
options = options || {};
|
||||
|
||||
if (options.previousDataList) {
|
||||
let currentDataList = this.collection.models.map(model => {
|
||||
return Espo.Utils.cloneDeep(model.attributes);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user