[Rt-commit] r13911 - in rtfm/trunk: .

falcone at bestpractical.com falcone at bestpractical.com
Wed Jul 9 12:36:31 EDT 2008


Author: falcone
Date: Wed Jul  9 12:36:26 2008
New Revision: 13911

Modified:
   rtfm/trunk/   (props changed)
   rtfm/trunk/lib/RT/FM/ClassCollection.pm

Log:
 r35318 at ketch:  falcone | 2008-07-09 12:35:44 -0400
 * fix the lie about sorting


Modified: rtfm/trunk/lib/RT/FM/ClassCollection.pm
==============================================================================
--- rtfm/trunk/lib/RT/FM/ClassCollection.pm	(original)
+++ rtfm/trunk/lib/RT/FM/ClassCollection.pm	Wed Jul  9 12:36:26 2008
@@ -82,7 +82,7 @@
 
 
 
-  # By default, order by name
+  # By default, order by SortOrder which isn't displayed in the UI yet
   $self->OrderBy( ALIAS => 'main',
                   FIELD => 'SortOrder',
                   ORDER => 'ASC');


More information about the Rt-commit mailing list