Author: david
Date: Fri Oct 14 14:00:08 2011
New Revision: 10102
Log:
Allow item parents to sort by lft - too hard to sort alphabetically
Modified:
trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Fri Oct 14 13:52:53 2011 (r10101)
+++ trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
Fri Oct 14 14:00:08 2011 (r10102)
@@ -162,9 +162,6 @@
}
}
- // Sort parent names alphabetically
- ksort($this->results);
-
// Sort items by selected criteria
$sortBy = $this->form->getValue('sortBy');
foreach ($this->results as $key => &$items)
--
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.