[Rt-commit] rt branch, 4.4/recent-tickets-list, repushed

Dustin Collins strega at bestpractical.com
Fri Dec 9 15:58:26 EST 2016


The branch 4.4/recent-tickets-list was deleted and repushed:
       was e5d11306cd1e3a8506fdcbbce3a45638c0c8c295
       now a347394d802623cec0ef1039554c74218c6c1367

1:  e5d1130 ! 1:  a347394 Add recently-viewed tickets to menu under Search -> Tickets
    @@ -80,7 +80,7 @@
          $tickets->child( simple => title => loc('Simple Search'), path => "/Search/Simple.html" );
          $tickets->child( new    => title => loc('New Search'),    path => "/Search/Build.html?NewQuery=1" );
      
    -+    my $recents = $tickets->child( recent => title => loc('Recently Viewed'), path => "/Search/RecentlyViewedTickets.html" );
    ++    my $recents = $tickets->child( recent => title => loc('Recently Viewed'));
     +    for ($session{CurrentUser}->RecentlyViewedTickets) {
     +        my ($ticketId, $timestamp) = @$_;
     +        my $ticket = RT::Ticket->new($session{CurrentUser});



More information about the rt-commit mailing list