[Rt-commit] rt branch, 4.4/single-pending-ticket, repushed

Dustin Graves dustin at bestpractical.com
Tue Aug 18 13:04:09 EDT 2015


The branch 4.4/single-pending-ticket was deleted and repushed:
       was 2991e9078ac1feb85c4fde6e83488e52ce080f55
       now fc44b514d012f4597c94e32e3cbe29a4411570b3

1:  2991e90 ! 1:  fc44b51 Show ticket number when pending on 1 ticket
    @@ -24,7 +24,7 @@
      
     +                    if ($count == 1) {
     +                        my $pending_ticket = $unresolved_dependencies->Next;
    -+                        my $pending_ticket_url = '/Ticket/Display.html?id=' . $pending_ticket->id;
    ++                        my $pending_ticket_url = RT->Config->Get('WebPath') . '/Ticket/Display.html?id=' . $pending_ticket->id;
     +                        return \'<a href="',$pending_ticket_url,\'">', loc('(pending ticket #[_1])',$pending_ticket->id), \'</a>';
     +                    }
     +



More information about the rt-commit mailing list