activities dashlet rerender fix

This commit is contained in:
Yuri Kuznetsov
2022-02-10 17:25:43 +02:00
parent 7edf109743
commit be632b485d
@@ -164,7 +164,11 @@ define(
},
actionRefresh: function () {
this.collection.fetch();
this.collection.fetch({
previousDataList: this.collection.models.map(model => {
return Espo.Utils.cloneDeep(model.attributes);
}),
});
},
actionCreateActivity: function (data) {