[Rt-commit] rt branch, 4.4/ticket-history-page-optional-param,	created. rt-4.2.12-377-gb969399
    Dustin Graves 
    dustin at bestpractical.com
       
    Fri Oct 30 17:46:08 EDT 2015
    
    
  
The branch, 4.4/ticket-history-page-optional-param has been created
        at  b96939948d2520a58091648ddffc4fe5ef27b662 (commit)
- Log -----------------------------------------------------------------
commit b96939948d2520a58091648ddffc4fe5ef27b662
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Fri Oct 30 21:44:56 2015 +0000
    change  to optional parameter on TicketHistoryPage
diff --git a/share/html/Helpers/TicketHistoryPage b/share/html/Helpers/TicketHistoryPage
index d449966..19cb2d0 100644
--- a/share/html/Helpers/TicketHistoryPage
+++ b/share/html/Helpers/TicketHistoryPage
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <%ARGS>
 $id
-$oldestTransactionsFirst
+$oldestTransactionsFirst => RT->Config->Get("OldestTransactionsFirst", $session{CurrentUser});
 $lastTransactionId => undef
 $focusTransactionId => undef
 </%ARGS>
-----------------------------------------------------------------------
    
    
More information about the rt-commit
mailing list