fix kanban sort 2

This commit is contained in:
yuri
2018-05-30 16:33:14 +03:00
parent fdeac68216
commit ade4078f0d
+2 -2
View File
@@ -233,8 +233,8 @@ Espo.define('views/list', ['views/main', 'search-manager'], function (Dep, Searc
this.collection.url = this.scope + '/action/listKanban';
this.collection.maxSize = this.getConfig().get('recordsPerPageSmall');
this.collection.sortBy = this.defaultSortBy;
this.collection.asc = this.defaultAsc;
this.collection.sortBy = this.collection.defaultSortBy;
this.collection.asc = this.collection.defaultAsc;
},
resetSorting: function () {