Get your own customer support community
 

How can one sort a report-block by the manual order of the children?

I'm using the recipe below to add the contents of all children to a parent's page. While I can get it to do it alphabetically, I cannot get {text-sort} to use the manual sort order of the children (as sorded in the tree/heirarchy view).

From: http://www.customware.net/repository/...

{report-block}
{content-reporter:scope=@self > children}
{text-sort:content:title}
{content-reporter}

{report-body}
h2. {report-info:content:title|link=true}

{report-info:content:body|render=wiki}
{report-body}

{report-block}

Is there a text-sort option that will let me do this?
 
indifferent
Inappropriate?
1 person has this question

User_default_medium