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-94f89814c4dfmaster
parent
b8d58952a7
commit
44c5892c20
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue