CategoriesObjectList hat SortKey ignoriert
git-svn-id: https://svn.libreccm.org/ccm/trunk@6200 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
843f888d66
commit
d59d3a4dc4
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue