BugFix for the CatgorisedDataCollectionDefinition which caused the user definied ordering to be ignored

git-svn-id: https://svn.libreccm.org/ccm/trunk@2535 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-02-19 18:11:21 +00:00
parent 733a08faa1
commit 5e1445a792
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class CategorisedDataCollectionDefinition extends CMSDataCollectionDefini
filter.set("categoryID", rootCat.getID()); filter.set("categoryID", rootCat.getID());
objects.addOrder("parent.categories.link.sortKey"); objects.addOrder("parent.categories.link.sortKey");
objects.addOrder("title desc"); //objects.addOrder("title desc");
} }
} }