Categories optimize (#6999)

* WIP

* fix category page

* fix counts, and copyPrivileges

* fix lint

* more fixes,

* redis fix

* fix test

* fix  category test

* remove getParentsAndChildren
This commit is contained in:
Barış Soner Uşaklı
2018-11-25 19:08:38 -05:00
committed by GitHub
parent 96a2be9b55
commit 53ad2bbd6e
11 changed files with 133 additions and 98 deletions

View File

@@ -288,7 +288,7 @@ function getCategoryData(cids, uid, selectedCid, callback) {
}
var categoriesData = [];
var tree = categories.getTree(categoryData, 0);
var tree = categories.getTree(categoryData);
tree.forEach(function (category) {
recursive(category, categoriesData, '');