[Rt-commit] r6205 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sat Oct 14 21:51:36 EDT 2006


Author: ruz
Date: Sat Oct 14 21:51:34 2006
New Revision: 6205

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Prefs/MyRT.html

Log:
 r3957 at cubic-pc:  cubic | 2006-10-15 06:00:21 +0400
 * fix adding saved searches to the "rt at glance" page


Modified: rt/branches/3.7-EXPERIMENTAL/html/Prefs/MyRT.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Prefs/MyRT.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Prefs/MyRT.html	Sat Oct 14 21:51:34 2006
@@ -107,7 +107,7 @@
         my $oid = join '-', ref $s->{'Object'},
                             $s->{'Object'}->Id,
                             'SavedSearch',
-                            $s->{'Search'};
+                            $s->{'Search'}->Id;
         push @items, [ "saved-$oid", loc("Saved Search: [_1]", $s->{'Description'}) ];
     }
 }


More information about the Rt-commit mailing list