Small bugfix for the WorkspaceGridViewer. Outputs the rows now in correct order.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2998 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-01 17:54:23 +00:00
parent b8d58952a7
commit 44c5892c20
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ public class WorkspaceGridViewer extends SimpleContainer {
final WorkspacePageCollection pages = workspaceModel.getSelectedWorkspace(state). final WorkspacePageCollection pages = workspaceModel.getSelectedWorkspace(state).
getPages(); getPages();
pages.addOrder("sortKey");
final Element pagesElem = content.newChildElement("portal:rows", final Element pagesElem = content.newChildElement("portal:rows",
WorkspacePage.PORTAL_XML_NS); WorkspacePage.PORTAL_XML_NS);