Author: sevein
Date: Mon Aug 27 11:24:56 2012
New Revision: 12214
Log:
In the term treeview, sort children by name
Modified:
trunk/apps/qubit/modules/term/actions/treeViewAction.class.php
Modified: trunk/apps/qubit/modules/term/actions/treeViewAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/term/actions/treeViewAction.class.php Mon Aug
27 11:24:20 2012 (r12213)
+++ trunk/apps/qubit/modules/term/actions/treeViewAction.class.php Mon Aug
27 11:24:56 2012 (r12214)
@@ -83,7 +83,7 @@
case 'item':
default:
- $this->items = $this->resource->getChildren();
+ $this->items = $this->resource->getChildren(array('sortBy' => 'name'));
break;
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.