list view fix

This commit is contained in:
yuri
2017-12-04 14:40:30 +02:00
parent 96c97df1e0
commit a22f8ce76c
+4
View File
@@ -772,6 +772,10 @@ Espo.define('views/record/list', 'view', function (Dep) {
this.massActionList = [];
}
if (!this.massActionList.length && !this.selectable) {
this.checkboxes = false;
}
this.listenTo(this.collection, 'sync', function (c, r, options) {
if (this.hasView('modal') && this.getView('modal').isRendered()) return;
if (this.noRebuild) {