CategoriesObjectList hat SortKey ignoriert

git-svn-id: https://svn.libreccm.org/ccm/trunk@6200 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-09-13 18:20:05 +00:00
parent 843f888d66
commit d59d3a4dc4
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class CategoriesObjectList extends AbstractComponent {
final Category category = getCategory(); final Category category = getCategory();
final CategoryCollection subCategories = category.getChildren(); final CategoryCollection subCategories = category.getChildren();
subCategories.sort(true);
while (subCategories.next()) { while (subCategories.next()) {
generateCategoryListXml(listRootElem, subCategories.getCategory()); generateCategoryListXml(listRootElem, subCategories.getCategory());