Page 1 of 1

Incorrect categories sorting by ID (backend)

Posted: 30 Nov 2019, 09:24
by Matysh
1. Open categories list
2. Set sorting by ID

Expected result:
Sorting by ID

Actual result:
WTF?!

I understand that its caused by parent\child categories sorting, but I want to see simple sorting by ID there.
Often need for me to open just created category.

Link to screenshot

Re: Incorrect categories sorting by ID (backend)

Posted: 02 Dec 2019, 15:20
by Jan
Hi, the tree of category is not violated. This means, that the categories are sorted by ID but only parent categories - all subcategories then just follow the tree.

So for example:

1 ... parent category
- 3 subcategory
2 ... parent category
4 ... parent category

will produce: 1,3,2,4

So the reason for this is to not break the tree. Of course this can be customized in the module, so you will skip creating the tree and will just display categories independent to tree. :idea:

Jan