fix kanban

This commit is contained in:
yuri
2018-05-30 15:48:36 +03:00
parent 0d983ef34c
commit f148bd82c5
+3 -3
View File
@@ -343,11 +343,11 @@ Espo.define('views/record/kanban', ['views/record/list'], function (Dep) {
var collection = this.seedCollection.clone();
collection.total = item.total;
collection.url = this.scope;
collection.where = this.seedCollection.where;
collection.where = this.collection.where;
collection.name = this.seedCollection.name;
collection.maxSize = this.seedCollection.maxSize;
collection.sortBy = this.seedCollection.sortBy;
collection.asc = this.seedCollection.asc;
collection.sortBy = this.collection.sortBy;
collection.asc = this.collection.asc;
collection.whereAdditional = [
{
field: this.statusField,