[Rt-commit] r11209 - in rtfm/branches/2.3-EXPERIMENTAL: .

falcone at bestpractical.com falcone at bestpractical.com
Wed Mar 26 14:01:53 EDT 2008


Author: falcone
Date: Wed Mar 26 14:01:52 2008
New Revision: 11209

Modified:
   rtfm/branches/2.3-EXPERIMENTAL/   (props changed)
   rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Topics.html

Log:
 r30579 at ketch:  falcone | 2008-03-26 14:00:13 -0400
 * keep topic ordering consistent among the various views


Modified: rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Topics.html
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Topics.html	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/html/RTFM/Topics.html	Wed Mar 26 14:01:52 2008
@@ -214,6 +214,7 @@
 	my $topics = RT::FM::TopicCollection->new($session{'CurrentUser'});
 	$topics->LimitToObject($currclass);
 	$topics->LimitToKids($parentid);
+	$topics->OrderBy( FIELD => 'Name' );
         print "<ul>" if $topics->Count;
 	while (my $t = $topics->Next) {
 	    if ($t->Children->Count) {


More information about the Rt-commit mailing list