[Rt-commit] rt branch, 4.2/user-ticket-list-show-header, created. rt-4.1.6-344-g4f3cdf7
Kevin Falcone
falcone at bestpractical.com
Tue Mar 12 20:28:32 EDT 2013
The branch, 4.2/user-ticket-list-show-header has been created
at 4f3cdf72f229cc41bfa56ed67200289e46535586 (commit)
- Log -----------------------------------------------------------------
commit 4f3cdf72f229cc41bfa56ed67200289e46535586
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Mar 12 20:27:58 2013 -0400
Make ShowHeader configurable
While we still don't want to show the headers in More About Requestors
at time time, other code uses this component.
diff --git a/share/html/User/Elements/TicketList b/share/html/User/Elements/TicketList
index 652a16f..33cb60d 100644
--- a/share/html/User/Elements/TicketList
+++ b/share/html/User/Elements/TicketList
@@ -84,7 +84,7 @@ my %QueryProperties = (
OrderBy => 'Priority',
Order => 'DESC',
Rows => $Rows || 10,
- ShowHeader => 0,
+ ShowHeader => $ShowHeader,
Format => $Format,
);
@@ -110,4 +110,5 @@ $Rows => 10
$Description => ''
$TitleBox => 0
$Format => ''
+$ShowHeader => 0
</%ARGS>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list