[Rt-commit] rt branch, master, updated. rt-4.2.12-425-g4829def
Shawn Moore
shawn at bestpractical.com
Fri Oct 30 17:54:18 EDT 2015
The branch, master has been updated
via 4829def1c715882054c3a396a8a7b4854b906984 (commit)
via e409c73ce9c507696f7abef8993114da210d3c9f (commit)
from 1b895a0ab8a3dc4e51fe554d014589c34526bdd1 (commit)
Summary of changes:
share/html/Helpers/TicketHistoryPage | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit e409c73ce9c507696f7abef8993114da210d3c9f
Author: Dustin Graves <dustin at bestpractical.com>
Date: Fri Oct 30 21:44:56 2015 +0000
change oldestTransactionsFirst 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>
commit 4829def1c715882054c3a396a8a7b4854b906984
Merge: 1b895a0 e409c73
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Oct 30 21:54:10 2015 +0000
Merge branch '4.4/ticket-history-page-optional-param'
-----------------------------------------------------------------------
More information about the rt-commit
mailing list